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 = "uuid";
|
||||
version = "20200715-git";
|
||||
|
||||
description = "UUID Generation";
|
||||
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."ironclad" args."trivial-utf-8" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/uuid/2020-07-15/uuid-20200715-git.tgz";
|
||||
sha256 = "1ymir6hgax1vbbcgyprnwbsx224ih03a55v10l35xridwyzhzrx0";
|
||||
};
|
||||
|
||||
packageName = "uuid";
|
||||
|
||||
asdFilesToKeep = ["uuid.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM uuid DESCRIPTION UUID Generation SHA256
|
||||
1ymir6hgax1vbbcgyprnwbsx224ih03a55v10l35xridwyzhzrx0 URL
|
||||
http://beta.quicklisp.org/archive/uuid/2020-07-15/uuid-20200715-git.tgz MD5
|
||||
e550de5e4e0f8cc9dc92aff0b488a991 NAME uuid FILENAME uuid DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
||||
(NAME ironclad FILENAME ironclad)
|
||||
(NAME trivial-utf-8 FILENAME trivial-utf-8))
|
||||
DEPENDENCIES (alexandria bordeaux-threads ironclad trivial-utf-8) VERSION
|
||||
20200715-git SIBLINGS NIL PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue