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,31 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "rove";
version = "20211209-git";
description = "Yet another testing framework intended to be a successor of Prove";
deps = [ args."alexandria" args."bordeaux-threads" args."dissect" args."trivial-gray-streams" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/rove/2021-12-09/rove-20211209-git.tgz";
sha256 = "1b1fajdxnba743l7mv4nc31az2g7mapalq3z3l57j7r5sximf0qr";
};
packageName = "rove";
asdFilesToKeep = ["rove.asd"];
overrides = x: x;
}
/* (SYSTEM rove DESCRIPTION
Yet another testing framework intended to be a successor of Prove SHA256
1b1fajdxnba743l7mv4nc31az2g7mapalq3z3l57j7r5sximf0qr URL
http://beta.quicklisp.org/archive/rove/2021-12-09/rove-20211209-git.tgz MD5
d9f6cb2e26f06cfbd5c83bf3fa4fc206 NAME rove FILENAME rove DEPS
((NAME alexandria FILENAME alexandria)
(NAME bordeaux-threads FILENAME bordeaux-threads)
(NAME dissect FILENAME dissect)
(NAME trivial-gray-streams FILENAME trivial-gray-streams))
DEPENDENCIES (alexandria bordeaux-threads dissect trivial-gray-streams)
VERSION 20211209-git SIBLINGS NIL PARASITES NIL) */