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 = "optima";
|
||||
version = "20150709-git";
|
||||
|
||||
description = "Optimized Pattern Matching Library";
|
||||
|
||||
deps = [ args."alexandria" args."closer-mop" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/optima/2015-07-09/optima-20150709-git.tgz";
|
||||
sha256 = "0vqyqrnx2d8qwa2jlg9l2wn6vrykraj8a1ysz0gxxxnwpqc29hdc";
|
||||
};
|
||||
|
||||
packageName = "optima";
|
||||
|
||||
asdFilesToKeep = ["optima.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM optima DESCRIPTION Optimized Pattern Matching Library SHA256
|
||||
0vqyqrnx2d8qwa2jlg9l2wn6vrykraj8a1ysz0gxxxnwpqc29hdc URL
|
||||
http://beta.quicklisp.org/archive/optima/2015-07-09/optima-20150709-git.tgz
|
||||
MD5 20523dc3dfc04bb2526008dff0842caa NAME optima FILENAME optima DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME closer-mop FILENAME closer-mop))
|
||||
DEPENDENCIES (alexandria closer-mop) VERSION 20150709-git SIBLINGS
|
||||
(optima.ppcre optima.test) PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue