~ruther/guix-local

3ab892fffe547c9ae579f2583758b7638d40a2f6 — Ludovic Courtès 13 years ago db393b3
gnu-build-system: Add GNU Diffutils and GNU Path to the standard inputs.

* guix/gnu-build-system.scm (%standard-inputs): Add Diffutils and Patch.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/gnu-build-system.scm
M guix/gnu-build-system.scm => guix/gnu-build-system.scm +1 -1
@@ 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")))