From 5791d3b696cf4992a78105e3b758a9fa61468d73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Thu, 28 Jun 2012 23:46:00 +0200
Subject: [PATCH] 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(+)

diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index c0eef55ba91..acda54e9e77 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
-- 
GitLab