distro: recutils: Allow builds with glibc 2.16+.
* distro/base.scm (recutils): Apply. `diffutils-gets-undeclared.patch'.
This commit is contained in:
parent
0a3da5b7f0
commit
8bb9f66fc6
|
@ -908,7 +908,10 @@ internal in-memory representation.")
|
||||||
(inputs `(("curl" ,(nixpkgs-derivation* "curl"))
|
(inputs `(("curl" ,(nixpkgs-derivation* "curl"))
|
||||||
("emacs" ,(nixpkgs-derivation* "emacs"))
|
("emacs" ,(nixpkgs-derivation* "emacs"))
|
||||||
("check" ,(nixpkgs-derivation* "check"))
|
("check" ,(nixpkgs-derivation* "check"))
|
||||||
("bc" ,(nixpkgs-derivation* "bc"))))
|
("bc" ,(nixpkgs-derivation* "bc"))
|
||||||
|
("patch/gets"
|
||||||
|
,(search-patch "diffutils-gets-undeclared.patch"))))
|
||||||
|
(arguments `(#:patches (list (assoc-ref %build-inputs "patch/gets"))))
|
||||||
(description "GNU recutils, tools and libraries to access human-editable,
|
(description "GNU recutils, tools and libraries to access human-editable,
|
||||||
text-based databases")
|
text-based databases")
|
||||||
(long-description
|
(long-description
|
||||||
|
|
Loading…
Reference in New Issue