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,30 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "select";
|
||||
version = "20210411-git";
|
||||
|
||||
parasites = [ "select/tests" ];
|
||||
|
||||
description = "DSL for array slices.";
|
||||
|
||||
deps = [ args."alexandria" args."anaphora" args."fiveam" args."let-plus" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/select/2021-04-11/select-20210411-git.tgz";
|
||||
sha256 = "02xag0vpnqzfzw2mvrw6nwfhhy0iwq3zcvdh60cvx39labfvfdgb";
|
||||
};
|
||||
|
||||
packageName = "select";
|
||||
|
||||
asdFilesToKeep = ["select.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM select DESCRIPTION DSL for array slices. SHA256
|
||||
02xag0vpnqzfzw2mvrw6nwfhhy0iwq3zcvdh60cvx39labfvfdgb URL
|
||||
http://beta.quicklisp.org/archive/select/2021-04-11/select-20210411-git.tgz
|
||||
MD5 3e9c06e580f9e3a8911317ae8b95d0da NAME select FILENAME select DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME anaphora FILENAME anaphora)
|
||||
(NAME fiveam FILENAME fiveam) (NAME let-plus FILENAME let-plus))
|
||||
DEPENDENCIES (alexandria anaphora fiveam let-plus) VERSION 20210411-git
|
||||
SIBLINGS NIL PARASITES (select/tests)) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue