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,32 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "check-it";
version = "20150709-git";
parasites = [ "check-it-test" ];
description = "A randomized property-based testing tool for Common Lisp.";
deps = [ args."alexandria" args."closer-mop" args."optima" args."stefil" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/check-it/2015-07-09/check-it-20150709-git.tgz";
sha256 = "1bx3ndkkl3w7clkqplhy6c2sz46pcp5w76j610gynzv7scz72iw2";
};
packageName = "check-it";
asdFilesToKeep = ["check-it.asd"];
overrides = x: x;
}
/* (SYSTEM check-it DESCRIPTION
A randomized property-based testing tool for Common Lisp. SHA256
1bx3ndkkl3w7clkqplhy6c2sz46pcp5w76j610gynzv7scz72iw2 URL
http://beta.quicklisp.org/archive/check-it/2015-07-09/check-it-20150709-git.tgz
MD5 0baae55e5a9c8c884202cbc51e634c42 NAME check-it FILENAME check-it DEPS
((NAME alexandria FILENAME alexandria)
(NAME closer-mop FILENAME closer-mop) (NAME optima FILENAME optima)
(NAME stefil FILENAME stefil))
DEPENDENCIES (alexandria closer-mop optima stefil) VERSION 20150709-git
SIBLINGS NIL PARASITES (check-it-test)) */