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,26 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "string-case";
|
||||
version = "20180711-git";
|
||||
|
||||
description = "string-case is a macro that generates specialised decision trees to dispatch on string equality";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/string-case/2018-07-11/string-case-20180711-git.tgz";
|
||||
sha256 = "1n36ign4bv0idw14zyayn6i0n3iaff9yw92kpjh3qmdcq3asv90z";
|
||||
};
|
||||
|
||||
packageName = "string-case";
|
||||
|
||||
asdFilesToKeep = ["string-case.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM string-case DESCRIPTION
|
||||
string-case is a macro that generates specialised decision trees to dispatch on string equality
|
||||
SHA256 1n36ign4bv0idw14zyayn6i0n3iaff9yw92kpjh3qmdcq3asv90z URL
|
||||
http://beta.quicklisp.org/archive/string-case/2018-07-11/string-case-20180711-git.tgz
|
||||
MD5 145c4e13f1e90a070b0a95ca979a9680 NAME string-case FILENAME string-case
|
||||
DEPS NIL DEPENDENCIES NIL VERSION 20180711-git SIBLINGS NIL PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue