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,25 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "clunit";
|
||||
version = "20171019-git";
|
||||
|
||||
description = "CLUnit is a Common Lisp unit testing framework.";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/clunit/2017-10-19/clunit-20171019-git.tgz";
|
||||
sha256 = "1rapyh0fbjnksj8j3y6imzya1kw80882w18j0fv9iq1hlp718zs5";
|
||||
};
|
||||
|
||||
packageName = "clunit";
|
||||
|
||||
asdFilesToKeep = ["clunit.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM clunit DESCRIPTION CLUnit is a Common Lisp unit testing framework.
|
||||
SHA256 1rapyh0fbjnksj8j3y6imzya1kw80882w18j0fv9iq1hlp718zs5 URL
|
||||
http://beta.quicklisp.org/archive/clunit/2017-10-19/clunit-20171019-git.tgz
|
||||
MD5 389017f2f05a6287078ddacd0471817e NAME clunit FILENAME clunit DEPS NIL
|
||||
DEPENDENCIES NIL VERSION 20171019-git SIBLINGS NIL PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue