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 = "pcall-queue";
|
||||
version = "pcall-0.3";
|
||||
|
||||
description = "System lacks description";
|
||||
|
||||
deps = [ args."alexandria" args."bordeaux-threads" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz";
|
||||
sha256 = "02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y";
|
||||
};
|
||||
|
||||
packageName = "pcall-queue";
|
||||
|
||||
asdFilesToKeep = ["pcall-queue.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM pcall-queue DESCRIPTION System lacks description SHA256
|
||||
02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y URL
|
||||
http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz MD5
|
||||
019d85dfd1d5d0ee8d4ee475411caf6b NAME pcall-queue FILENAME pcall-queue DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads))
|
||||
DEPENDENCIES (alexandria bordeaux-threads) VERSION pcall-0.3 SIBLINGS
|
||||
(pcall) PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue