From 5791d3b696cf4992a78105e3b758a9fa61468d73 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 28 Jun 2012 23:46:00 +0200 Subject: build-system/gnu: Add GNU Awk to the standard inputs. * guix/build-system/gnu.scm (%standard-inputs): Add GNU Awk. --- guix/build-system/gnu.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/build-system') diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm index c0eef55ba9..acda54e9e7 100644 --- a/guix/build-system/gnu.scm +++ b/guix/build-system/gnu.scm @@ -38,6 +38,7 @@ (define %standard-inputs (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 -- cgit v1.2.3