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,25 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "heap";
version = "20181018-git";
description = "Binary Heap for Common Lisp.";
deps = [ ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/heap/2018-10-18/heap-20181018-git.tgz";
sha256 = "1376i9vq5kcskzhqfxvsfvxz7kwkp6d3bd7rxn94dgnha988fd77";
};
packageName = "heap";
asdFilesToKeep = ["heap.asd"];
overrides = x: x;
}
/* (SYSTEM heap DESCRIPTION Binary Heap for Common Lisp. SHA256
1376i9vq5kcskzhqfxvsfvxz7kwkp6d3bd7rxn94dgnha988fd77 URL
http://beta.quicklisp.org/archive/heap/2018-10-18/heap-20181018-git.tgz MD5
a2355ef9c113a3335919a45195083951 NAME heap FILENAME heap DEPS NIL
DEPENDENCIES NIL VERSION 20181018-git SIBLINGS NIL PARASITES NIL) */