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:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "physical-quantities";
|
||||
version = "20211020-git";
|
||||
|
||||
parasites = [ "physical-quantities/test" ];
|
||||
|
||||
description = "A library that provides a numeric type with optional unit and/or uncertainty for computations with automatic error propagation.";
|
||||
|
||||
deps = [ args."parseq" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/physical-quantities/2021-10-20/physical-quantities-20211020-git.tgz";
|
||||
sha256 = "1ix04gjcsjzry5rl1rqsrg1r3hw985gfvl1847va36y03qzbmhgx";
|
||||
};
|
||||
|
||||
packageName = "physical-quantities";
|
||||
|
||||
asdFilesToKeep = ["physical-quantities.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM physical-quantities DESCRIPTION
|
||||
A library that provides a numeric type with optional unit and/or uncertainty for computations with automatic error propagation.
|
||||
SHA256 1ix04gjcsjzry5rl1rqsrg1r3hw985gfvl1847va36y03qzbmhgx URL
|
||||
http://beta.quicklisp.org/archive/physical-quantities/2021-10-20/physical-quantities-20211020-git.tgz
|
||||
MD5 a322db845056f78a237630a565b41490 NAME physical-quantities FILENAME
|
||||
physical-quantities DEPS ((NAME parseq FILENAME parseq)) DEPENDENCIES
|
||||
(parseq) VERSION 20211020-git SIBLINGS NIL PARASITES
|
||||
(physical-quantities/test)) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue