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,30 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "parse-float";
version = "20200218-git";
parasites = [ "parse-float-tests" ];
description = "Parse floating point values in strings.";
deps = [ args."alexandria" args."lisp-unit" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/parse-float/2020-02-18/parse-float-20200218-git.tgz";
sha256 = "02rhgn79hhv0p5ysj4gwk5bhmr2sj6cvkacbqzzw24qrzgcpdnfw";
};
packageName = "parse-float";
asdFilesToKeep = ["parse-float.asd"];
overrides = x: x;
}
/* (SYSTEM parse-float DESCRIPTION Parse floating point values in strings.
SHA256 02rhgn79hhv0p5ysj4gwk5bhmr2sj6cvkacbqzzw24qrzgcpdnfw URL
http://beta.quicklisp.org/archive/parse-float/2020-02-18/parse-float-20200218-git.tgz
MD5 149e40a8c5fd6ab0e43242cb898d66bf NAME parse-float FILENAME parse-float
DEPS
((NAME alexandria FILENAME alexandria) (NAME lisp-unit FILENAME lisp-unit))
DEPENDENCIES (alexandria lisp-unit) VERSION 20200218-git SIBLINGS NIL
PARASITES (parse-float-tests)) */