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 = "iolib_dot_asdf";
|
||||
version = "iolib-v0.8.4";
|
||||
|
||||
description = "A few ASDF component classes.";
|
||||
|
||||
deps = [ args."alexandria" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/iolib/2021-06-30/iolib-v0.8.4.tgz";
|
||||
sha256 = "0vahwswwk3rxkr5wcph5n91sgzlm53d53j8m8sxbqixm8j1ff5vq";
|
||||
};
|
||||
|
||||
packageName = "iolib.asdf";
|
||||
|
||||
asdFilesToKeep = ["iolib.asdf.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM iolib.asdf DESCRIPTION A few ASDF component classes. SHA256
|
||||
0vahwswwk3rxkr5wcph5n91sgzlm53d53j8m8sxbqixm8j1ff5vq URL
|
||||
http://beta.quicklisp.org/archive/iolib/2021-06-30/iolib-v0.8.4.tgz MD5
|
||||
5650165890f8b278b357864f597b377d NAME iolib.asdf FILENAME iolib_dot_asdf
|
||||
DEPS ((NAME alexandria FILENAME alexandria)) DEPENDENCIES (alexandria)
|
||||
VERSION iolib-v0.8.4 SIBLINGS
|
||||
(iolib iolib.base iolib.common-lisp iolib.conf iolib.examples) PARASITES
|
||||
NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue