gnu-build-system: Add GNU Diffutils and GNU Path to the standard inputs.
* guix/gnu-build-system.scm (%standard-inputs): Add Diffutils and Patch.
This commit is contained in:
parent
db393b333f
commit
3ab892fffe
|
@ -33,7 +33,7 @@
|
||||||
(define %standard-inputs
|
(define %standard-inputs
|
||||||
(map (lambda (name)
|
(map (lambda (name)
|
||||||
(list name (nixpkgs-derivation name)))
|
(list name (nixpkgs-derivation name)))
|
||||||
'("gnutar" "gzip" "bzip2" "xz"
|
'("gnutar" "gzip" "bzip2" "xz" "diffutils" "patch"
|
||||||
"coreutils" "gnused" "gnugrep" "bash"
|
"coreutils" "gnused" "gnugrep" "bash"
|
||||||
"gcc" "binutils" "gnumake" "glibc")))
|
"gcc" "binutils" "gnumake" "glibc")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue