build-system/gnu: Add GNU Awk to the standard inputs.

* guix/build-system/gnu.scm (%standard-inputs): Add GNU Awk.
This commit is contained in:
Ludovic Courtès 2012-06-28 23:46:00 +02:00
parent 45753b6552
commit 5791d3b696
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
(list name (nixpkgs-derivation name)))
'("gnutar" "gzip" "bzip2" "xz" "diffutils" "patch"
"coreutils" "gnused" "gnugrep" "bash"
"gawk" ; used by `config.status'
"gcc" "binutils" "gnumake" "glibc"))))
(define* (gnu-build store name source inputs