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,29 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "cl-shellwords";
|
||||
version = "20150923-git";
|
||||
|
||||
description = "Common Lisp port of Ruby's shellwords.rb, for escaping and
|
||||
splitting strings to be passed to a shell.";
|
||||
|
||||
deps = [ args."cl-ppcre" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/cl-shellwords/2015-09-23/cl-shellwords-20150923-git.tgz";
|
||||
sha256 = "1rb0ajpl2lai6bj4x0p3wf0cnf51nnyidhca4lpqp1w1wf1vkcqk";
|
||||
};
|
||||
|
||||
packageName = "cl-shellwords";
|
||||
|
||||
asdFilesToKeep = ["cl-shellwords.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-shellwords DESCRIPTION
|
||||
Common Lisp port of Ruby's shellwords.rb, for escaping and
|
||||
splitting strings to be passed to a shell.
|
||||
SHA256 1rb0ajpl2lai6bj4x0p3wf0cnf51nnyidhca4lpqp1w1wf1vkcqk URL
|
||||
http://beta.quicklisp.org/archive/cl-shellwords/2015-09-23/cl-shellwords-20150923-git.tgz
|
||||
MD5 c2c62c6a2ce4ed2590d60707ead2e084 NAME cl-shellwords FILENAME
|
||||
cl-shellwords DEPS ((NAME cl-ppcre FILENAME cl-ppcre)) DEPENDENCIES
|
||||
(cl-ppcre) VERSION 20150923-git SIBLINGS (cl-shellwords-test) PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue