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,29 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "do-urlencode";
|
||||
version = "20181018-git";
|
||||
|
||||
description = "Percent Encoding (aka URL Encoding) library";
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."trivial-features" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/do-urlencode/2018-10-18/do-urlencode-20181018-git.tgz";
|
||||
sha256 = "1cajd219s515y65kp562c6xczqaq0p4lyp13iv00z6i44rijmfp2";
|
||||
};
|
||||
|
||||
packageName = "do-urlencode";
|
||||
|
||||
asdFilesToKeep = ["do-urlencode.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM do-urlencode DESCRIPTION Percent Encoding (aka URL Encoding) library
|
||||
SHA256 1cajd219s515y65kp562c6xczqaq0p4lyp13iv00z6i44rijmfp2 URL
|
||||
http://beta.quicklisp.org/archive/do-urlencode/2018-10-18/do-urlencode-20181018-git.tgz
|
||||
MD5 cb6ab78689fe52680ee1b94cd7738b94 NAME do-urlencode FILENAME
|
||||
do-urlencode DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME trivial-features FILENAME trivial-features))
|
||||
DEPENDENCIES (alexandria babel trivial-features) VERSION 20181018-git
|
||||
SIBLINGS NIL PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue