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 = "cl-gobject-introspection";
version = "20210124-git";
description = "Binding to GObjectIntrospection";
deps = [ args."alexandria" args."babel" args."cffi" args."iterate" args."trivial-features" args."trivial-garbage" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/cl-gobject-introspection/2021-01-24/cl-gobject-introspection-20210124-git.tgz";
sha256 = "1hrc451d9xdp3pfmwalw32r3iqfvw6ccy665kl5560lihwmk59w0";
};
packageName = "cl-gobject-introspection";
asdFilesToKeep = ["cl-gobject-introspection.asd"];
overrides = x: x;
}
/* (SYSTEM cl-gobject-introspection DESCRIPTION Binding to GObjectIntrospection
SHA256 1hrc451d9xdp3pfmwalw32r3iqfvw6ccy665kl5560lihwmk59w0 URL
http://beta.quicklisp.org/archive/cl-gobject-introspection/2021-01-24/cl-gobject-introspection-20210124-git.tgz
MD5 ad760b820c86142c0a1309af29541680 NAME cl-gobject-introspection FILENAME
cl-gobject-introspection DEPS
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
(NAME cffi FILENAME cffi) (NAME iterate FILENAME iterate)
(NAME trivial-features FILENAME trivial-features)
(NAME trivial-garbage FILENAME trivial-garbage))
DEPENDENCIES
(alexandria babel cffi iterate trivial-features trivial-garbage) VERSION
20210124-git SIBLINGS (cl-gobject-introspection-test) PARASITES NIL) */