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,27 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "cl-speedy-queue";
version = "20150302-git";
description = "cl-speedy-queue is a portable, non-consing, optimized queue implementation.";
deps = [ ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/cl-speedy-queue/2015-03-02/cl-speedy-queue-20150302-git.tgz";
sha256 = "1w83vckk0ldr61vpkwg4i8l2b2yx54cs4ak62j4lxhshax105rqr";
};
packageName = "cl-speedy-queue";
asdFilesToKeep = ["cl-speedy-queue.asd"];
overrides = x: x;
}
/* (SYSTEM cl-speedy-queue DESCRIPTION
cl-speedy-queue is a portable, non-consing, optimized queue implementation.
SHA256 1w83vckk0ldr61vpkwg4i8l2b2yx54cs4ak62j4lxhshax105rqr URL
http://beta.quicklisp.org/archive/cl-speedy-queue/2015-03-02/cl-speedy-queue-20150302-git.tgz
MD5 509d1acf7e4cfcef99127de75b16521f NAME cl-speedy-queue FILENAME
cl-speedy-queue DEPS NIL DEPENDENCIES NIL VERSION 20150302-git SIBLINGS NIL
PARASITES NIL) */