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,33 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "esrap-peg";
version = "20191007-git";
description = "A wrapper around Esrap to allow generating Esrap grammars from PEG definitions";
deps = [ args."alexandria" args."cl-unification" args."esrap" args."iterate" args."trivial-with-current-source-form" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/esrap-peg/2019-10-07/esrap-peg-20191007-git.tgz";
sha256 = "0285ngcm73rpzmr0ydy6frps2b4q6n4jymjv3ncwsh81x5blfvis";
};
packageName = "esrap-peg";
asdFilesToKeep = ["esrap-peg.asd"];
overrides = x: x;
}
/* (SYSTEM esrap-peg DESCRIPTION
A wrapper around Esrap to allow generating Esrap grammars from PEG definitions
SHA256 0285ngcm73rpzmr0ydy6frps2b4q6n4jymjv3ncwsh81x5blfvis URL
http://beta.quicklisp.org/archive/esrap-peg/2019-10-07/esrap-peg-20191007-git.tgz
MD5 48d87d3118febeefc23ca3a8dda36fc0 NAME esrap-peg FILENAME esrap-peg DEPS
((NAME alexandria FILENAME alexandria)
(NAME cl-unification FILENAME cl-unification) (NAME esrap FILENAME esrap)
(NAME iterate FILENAME iterate)
(NAME trivial-with-current-source-form FILENAME
trivial-with-current-source-form))
DEPENDENCIES
(alexandria cl-unification esrap iterate trivial-with-current-source-form)
VERSION 20191007-git SIBLINGS NIL PARASITES NIL) */