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 = "trivial-with-current-source-form";
|
||||
version = "20211020-git";
|
||||
|
||||
description = "Helps macro writers produce better errors for macro users";
|
||||
|
||||
deps = [ args."alexandria" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/trivial-with-current-source-form/2021-10-20/trivial-with-current-source-form-20211020-git.tgz";
|
||||
sha256 = "03x8yx5hqfydxbdy9nxpaqn6yfjv7hvw8idscx66ns4qcpw6p825";
|
||||
};
|
||||
|
||||
packageName = "trivial-with-current-source-form";
|
||||
|
||||
asdFilesToKeep = ["trivial-with-current-source-form.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM trivial-with-current-source-form DESCRIPTION
|
||||
Helps macro writers produce better errors for macro users SHA256
|
||||
03x8yx5hqfydxbdy9nxpaqn6yfjv7hvw8idscx66ns4qcpw6p825 URL
|
||||
http://beta.quicklisp.org/archive/trivial-with-current-source-form/2021-10-20/trivial-with-current-source-form-20211020-git.tgz
|
||||
MD5 b4a3721cbef6101de1c43c540b446efc NAME trivial-with-current-source-form
|
||||
FILENAME trivial-with-current-source-form DEPS
|
||||
((NAME alexandria FILENAME alexandria)) DEPENDENCIES (alexandria) VERSION
|
||||
20211020-git SIBLINGS NIL PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue