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,27 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "cl-vectors";
|
||||
version = "20180228-git";
|
||||
|
||||
description = "cl-paths: vectorial paths manipulation";
|
||||
|
||||
deps = [ args."cl-aa" args."cl-paths" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/cl-vectors/2018-02-28/cl-vectors-20180228-git.tgz";
|
||||
sha256 = "0fcypjfzqra8ryb4nx1vx1fqy7fwvyz3f443qkjg2z81akhkscly";
|
||||
};
|
||||
|
||||
packageName = "cl-vectors";
|
||||
|
||||
asdFilesToKeep = ["cl-vectors.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-vectors DESCRIPTION cl-paths: vectorial paths manipulation SHA256
|
||||
0fcypjfzqra8ryb4nx1vx1fqy7fwvyz3f443qkjg2z81akhkscly URL
|
||||
http://beta.quicklisp.org/archive/cl-vectors/2018-02-28/cl-vectors-20180228-git.tgz
|
||||
MD5 9d9629786d4f2c19c15cc6cd3049c343 NAME cl-vectors FILENAME cl-vectors
|
||||
DEPS ((NAME cl-aa FILENAME cl-aa) (NAME cl-paths FILENAME cl-paths))
|
||||
DEPENDENCIES (cl-aa cl-paths) VERSION 20180228-git SIBLINGS
|
||||
(cl-aa-misc cl-aa cl-paths-ttf cl-paths) PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue