~ruther/guix-local

5791d3b696cf4992a78105e3b758a9fa61468d73 — Ludovic Courtès 13 years ago 45753b6
build-system/gnu: Add GNU Awk to the standard inputs.

* guix/build-system/gnu.scm (%standard-inputs): Add GNU Awk.
1 files changed, 1 insertions(+), 0 deletions(-)

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