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:
Anton Arapov 2021-04-03 12:58:10 +02:00 committed by Alan Daniels
commit 56de2bcd43
30691 changed files with 3076956 additions and 0 deletions

View file

@ -0,0 +1,29 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "clx";
version = "20211020-git";
parasites = [ "clx/test" ];
description = "An implementation of the X Window System protocol in Lisp.";
deps = [ args."fiasco" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/clx/2021-10-20/clx-20211020-git.tgz";
sha256 = "1mgqcqakbm8s4w2r9831xzhy9lyifcl2b3rhl5p76s5vpnjmp88k";
};
packageName = "clx";
asdFilesToKeep = ["clx.asd"];
overrides = x: x;
}
/* (SYSTEM clx DESCRIPTION
An implementation of the X Window System protocol in Lisp. SHA256
1mgqcqakbm8s4w2r9831xzhy9lyifcl2b3rhl5p76s5vpnjmp88k URL
http://beta.quicklisp.org/archive/clx/2021-10-20/clx-20211020-git.tgz MD5
ac10db96a6426cf462f8d417a7797621 NAME clx FILENAME clx DEPS
((NAME fiasco FILENAME fiasco)) DEPENDENCIES (fiasco) VERSION 20211020-git
SIBLINGS NIL PARASITES (clx/test)) */