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 = "unix-opts";
|
||||
version = "20210124-git";
|
||||
|
||||
parasites = [ "unix-opts/tests" ];
|
||||
|
||||
description = "minimalistic parser of command line arguments";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/unix-opts/2021-01-24/unix-opts-20210124-git.tgz";
|
||||
sha256 = "1gjjav035n6297vgc4wi3i64516b8sdyi0d02q0nwicciwg6mwsn";
|
||||
};
|
||||
|
||||
packageName = "unix-opts";
|
||||
|
||||
asdFilesToKeep = ["unix-opts.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM unix-opts DESCRIPTION minimalistic parser of command line arguments
|
||||
SHA256 1gjjav035n6297vgc4wi3i64516b8sdyi0d02q0nwicciwg6mwsn URL
|
||||
http://beta.quicklisp.org/archive/unix-opts/2021-01-24/unix-opts-20210124-git.tgz
|
||||
MD5 c75d3233c0f2e16793b1ce19bfc83811 NAME unix-opts FILENAME unix-opts DEPS
|
||||
NIL DEPENDENCIES NIL VERSION 20210124-git SIBLINGS NIL PARASITES
|
||||
(unix-opts/tests)) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue