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,26 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "cl-jpeg";
|
||||
version = "20170630-git";
|
||||
|
||||
description = "A self-contained baseline JPEG codec implementation";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/cl-jpeg/2017-06-30/cl-jpeg-20170630-git.tgz";
|
||||
sha256 = "1wwzn2valhh5ka7qkmab59pb1ijagcj296553fp8z03migl0sil0";
|
||||
};
|
||||
|
||||
packageName = "cl-jpeg";
|
||||
|
||||
asdFilesToKeep = ["cl-jpeg.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-jpeg DESCRIPTION
|
||||
A self-contained baseline JPEG codec implementation SHA256
|
||||
1wwzn2valhh5ka7qkmab59pb1ijagcj296553fp8z03migl0sil0 URL
|
||||
http://beta.quicklisp.org/archive/cl-jpeg/2017-06-30/cl-jpeg-20170630-git.tgz
|
||||
MD5 b6eb4ca5d893f428b5bbe46cd49f76ad NAME cl-jpeg FILENAME cl-jpeg DEPS NIL
|
||||
DEPENDENCIES NIL VERSION 20170630-git SIBLINGS NIL PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue