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
|
|
@ -0,0 +1,28 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "s-xml";
|
||||
version = "20150608-git";
|
||||
|
||||
parasites = [ "s-xml.examples" "s-xml.test" ];
|
||||
|
||||
description = "Simple Common Lisp XML Parser";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/s-xml/2015-06-08/s-xml-20150608-git.tgz";
|
||||
sha256 = "0cy36wqzasqma4maw9djq1vdwsp5hxq8svlbnhbv9sq9zzys5viq";
|
||||
};
|
||||
|
||||
packageName = "s-xml";
|
||||
|
||||
asdFilesToKeep = ["s-xml.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM s-xml DESCRIPTION Simple Common Lisp XML Parser SHA256
|
||||
0cy36wqzasqma4maw9djq1vdwsp5hxq8svlbnhbv9sq9zzys5viq URL
|
||||
http://beta.quicklisp.org/archive/s-xml/2015-06-08/s-xml-20150608-git.tgz
|
||||
MD5 9c31c80f0661777c493fab683f776716 NAME s-xml FILENAME s-xml DEPS NIL
|
||||
DEPENDENCIES NIL VERSION 20150608-git SIBLINGS NIL PARASITES
|
||||
(s-xml.examples s-xml.test)) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue