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,43 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "static-dispatch";
|
||||
version = "20211209-git";
|
||||
|
||||
parasites = [ "static-dispatch/test" ];
|
||||
|
||||
description = "Static generic function dispatch for Common Lisp.";
|
||||
|
||||
deps = [ args."agutil" args."alexandria" args."anaphora" args."arrows" args."cl-environments" args."cl-form-types" args."closer-mop" args."collectors" args."fiveam" args."introspect-environment" args."iterate" args."optima" args."parse-declarations-1_dot_0" args."symbol-munger" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/static-dispatch/2021-12-09/static-dispatch-20211209-git.tgz";
|
||||
sha256 = "04hvwn5fvxlblhicdbj0sbvlgcxsnykak05j3pdv5laic50jz192";
|
||||
};
|
||||
|
||||
packageName = "static-dispatch";
|
||||
|
||||
asdFilesToKeep = ["static-dispatch.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM static-dispatch DESCRIPTION
|
||||
Static generic function dispatch for Common Lisp. SHA256
|
||||
04hvwn5fvxlblhicdbj0sbvlgcxsnykak05j3pdv5laic50jz192 URL
|
||||
http://beta.quicklisp.org/archive/static-dispatch/2021-12-09/static-dispatch-20211209-git.tgz
|
||||
MD5 f74cb2bd29ef9cfe966f470c7f63420f NAME static-dispatch FILENAME
|
||||
static-dispatch DEPS
|
||||
((NAME agutil FILENAME agutil) (NAME alexandria FILENAME alexandria)
|
||||
(NAME anaphora FILENAME anaphora) (NAME arrows FILENAME arrows)
|
||||
(NAME cl-environments FILENAME cl-environments)
|
||||
(NAME cl-form-types FILENAME cl-form-types)
|
||||
(NAME closer-mop FILENAME closer-mop)
|
||||
(NAME collectors FILENAME collectors) (NAME fiveam FILENAME fiveam)
|
||||
(NAME introspect-environment FILENAME introspect-environment)
|
||||
(NAME iterate FILENAME iterate) (NAME optima FILENAME optima)
|
||||
(NAME parse-declarations-1.0 FILENAME parse-declarations-1_dot_0)
|
||||
(NAME symbol-munger FILENAME symbol-munger))
|
||||
DEPENDENCIES
|
||||
(agutil alexandria anaphora arrows cl-environments cl-form-types closer-mop
|
||||
collectors fiveam introspect-environment iterate optima
|
||||
parse-declarations-1.0 symbol-munger)
|
||||
VERSION 20211209-git SIBLINGS NIL PARASITES (static-dispatch/test)) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue