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,31 @@
|
|||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = "gettext";
|
||||
version = "20171130-git";
|
||||
|
||||
description = "An pure Common Lisp implementation of gettext runtime. gettext is an internationalization and localization (i18n) system commonly used for writing multilingual programs on Unix-like computer operating systems.";
|
||||
|
||||
deps = [ args."flexi-streams" args."split-sequence" args."trivial-gray-streams" args."yacc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://beta.quicklisp.org/archive/gettext/2017-11-30/gettext-20171130-git.tgz";
|
||||
sha256 = "0nb8i66sb5qmpnk6rk2adlr87m322bra0xpirp63872mybd3y6yd";
|
||||
};
|
||||
|
||||
packageName = "gettext";
|
||||
|
||||
asdFilesToKeep = ["gettext.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM gettext DESCRIPTION
|
||||
An pure Common Lisp implementation of gettext runtime. gettext is an internationalization and localization (i18n) system commonly used for writing multilingual programs on Unix-like computer operating systems.
|
||||
SHA256 0nb8i66sb5qmpnk6rk2adlr87m322bra0xpirp63872mybd3y6yd URL
|
||||
http://beta.quicklisp.org/archive/gettext/2017-11-30/gettext-20171130-git.tgz
|
||||
MD5 d162cb5310db5011c82ef6343fd280ed NAME gettext FILENAME gettext DEPS
|
||||
((NAME flexi-streams FILENAME flexi-streams)
|
||||
(NAME split-sequence FILENAME split-sequence)
|
||||
(NAME trivial-gray-streams FILENAME trivial-gray-streams)
|
||||
(NAME yacc FILENAME yacc))
|
||||
DEPENDENCIES (flexi-streams split-sequence trivial-gray-streams yacc)
|
||||
VERSION 20171130-git SIBLINGS (gettext-example gettext-tests) PARASITES NIL) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue