uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
25
pkgs/development/lisp-modules/quicklisp-to-nix-output/rt.nix
Normal file
25
pkgs/development/lisp-modules/quicklisp-to-nix-output/rt.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "rt";
|
||||
version = "20101006-git";
|
||||
|
||||
description = "MIT Regression Tester";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/rt/2010-10-06/rt-20101006-git.tgz";
|
||||
sha256 = "1jncar0xwkqk8yrc2dln389ivvgzs7ijdhhs3zpfyi5d21f0qa1v";
|
||||
};
|
||||
|
||||
packageName = "rt";
|
||||
|
||||
asdFilesToKeep = ["rt.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM rt DESCRIPTION MIT Regression Tester SHA256
|
||||
1jncar0xwkqk8yrc2dln389ivvgzs7ijdhhs3zpfyi5d21f0qa1v URL
|
||||
http://beta.quicklisp.org/archive/rt/2010-10-06/rt-20101006-git.tgz MD5
|
||||
94a56c473399572ca835ac91c77c04e5 NAME rt FILENAME rt DEPS NIL DEPENDENCIES
|
||||
NIL VERSION 20101006-git SIBLINGS NIL PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue