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,27 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "cl-geometry";
version = "20160531-git";
description = "Library for two dimensional geometry.";
deps = [ args."iterate" args."trees" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/cl-geometry/2016-05-31/cl-geometry-20160531-git.tgz";
sha256 = "0v451w2dx9llvd2kgp3m5jn2n8n0xwynxf8zl436cngh63ag6s7p";
};
packageName = "cl-geometry";
asdFilesToKeep = ["cl-geometry.asd"];
overrides = x: x;
}
/* (SYSTEM cl-geometry DESCRIPTION Library for two dimensional geometry. SHA256
0v451w2dx9llvd2kgp3m5jn2n8n0xwynxf8zl436cngh63ag6s7p URL
http://beta.quicklisp.org/archive/cl-geometry/2016-05-31/cl-geometry-20160531-git.tgz
MD5 c0aaccbb4e2df6c504e6c1cd15155353 NAME cl-geometry FILENAME cl-geometry
DEPS ((NAME iterate FILENAME iterate) (NAME trees FILENAME trees))
DEPENDENCIES (iterate trees) VERSION 20160531-git SIBLINGS
(cl-geometry-tests) PARASITES NIL) */