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,32 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "cl-interpol";
|
||||
version = "20201220-git";
|
||||
|
||||
parasites = [ "cl-interpol-test" ];
|
||||
|
||||
description = "System lacks description";
|
||||
|
||||
deps = [ args."cl-ppcre" args."cl-unicode" args."flexi-streams" args."named-readtables" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/cl-interpol/2020-12-20/cl-interpol-20201220-git.tgz";
|
||||
sha256 = "1q3zxsbl5br08lv481jsqmq8r9yayp44x6icixcxx5sdz6fbcd3d";
|
||||
};
|
||||
|
||||
packageName = "cl-interpol";
|
||||
|
||||
asdFilesToKeep = ["cl-interpol.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-interpol DESCRIPTION System lacks description SHA256
|
||||
1q3zxsbl5br08lv481jsqmq8r9yayp44x6icixcxx5sdz6fbcd3d URL
|
||||
http://beta.quicklisp.org/archive/cl-interpol/2020-12-20/cl-interpol-20201220-git.tgz
|
||||
MD5 d678c521474e1774185b78883396da49 NAME cl-interpol FILENAME cl-interpol
|
||||
DEPS
|
||||
((NAME cl-ppcre FILENAME cl-ppcre) (NAME cl-unicode FILENAME cl-unicode)
|
||||
(NAME flexi-streams FILENAME flexi-streams)
|
||||
(NAME named-readtables FILENAME named-readtables))
|
||||
DEPENDENCIES (cl-ppcre cl-unicode flexi-streams named-readtables) VERSION
|
||||
20201220-git SIBLINGS NIL PARASITES (cl-interpol-test)) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue