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 = "fare-quasiquote";
|
||||
version = "20200925-git";
|
||||
|
||||
description = "Portable, matchable implementation of quasiquote";
|
||||
|
||||
deps = [ args."fare-utils" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/fare-quasiquote/2020-09-25/fare-quasiquote-20200925-git.tgz";
|
||||
sha256 = "0k25kx4gvr046bcnv5mqxbb4483v9p2lk7dvzjkgj2cxrvczmj8b";
|
||||
};
|
||||
|
||||
packageName = "fare-quasiquote";
|
||||
|
||||
asdFilesToKeep = ["fare-quasiquote.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM fare-quasiquote DESCRIPTION
|
||||
Portable, matchable implementation of quasiquote SHA256
|
||||
0k25kx4gvr046bcnv5mqxbb4483v9p2lk7dvzjkgj2cxrvczmj8b URL
|
||||
http://beta.quicklisp.org/archive/fare-quasiquote/2020-09-25/fare-quasiquote-20200925-git.tgz
|
||||
MD5 7af0a97c445d88acacecfc851496adb3 NAME fare-quasiquote FILENAME
|
||||
fare-quasiquote DEPS ((NAME fare-utils FILENAME fare-utils)) DEPENDENCIES
|
||||
(fare-utils) VERSION 20200925-git SIBLINGS
|
||||
(fare-quasiquote-extras fare-quasiquote-optima fare-quasiquote-readtable)
|
||||
PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue