gnu-build-system: Add GNU Diffutils and GNU Path to the standard inputs.

* guix/gnu-build-system.scm (%standard-inputs): Add Diffutils and Patch.
master
Ludovic Courtès 2012-06-16 16:48:14 +02:00
parent db393b333f
commit 3ab892fffe
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
(define %standard-inputs
(map (lambda (name)
(list name (nixpkgs-derivation name)))
'("gnutar" "gzip" "bzip2" "xz"
'("gnutar" "gzip" "bzip2" "xz" "diffutils" "patch"
"coreutils" "gnused" "gnugrep" "bash"
"gcc" "binutils" "gnumake" "glibc")))