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:
parent
45753b6552
commit
5791d3b696
|
@ -38,6 +38,7 @@
|
||||||
(list name (nixpkgs-derivation name)))
|
(list name (nixpkgs-derivation name)))
|
||||||
'("gnutar" "gzip" "bzip2" "xz" "diffutils" "patch"
|
'("gnutar" "gzip" "bzip2" "xz" "diffutils" "patch"
|
||||||
"coreutils" "gnused" "gnugrep" "bash"
|
"coreutils" "gnused" "gnugrep" "bash"
|
||||||
|
"gawk" ; used by `config.status'
|
||||||
"gcc" "binutils" "gnumake" "glibc"))))
|
"gcc" "binutils" "gnumake" "glibc"))))
|
||||||
|
|
||||||
(define* (gnu-build store name source inputs
|
(define* (gnu-build store name source inputs
|
||||||
|
|
Loading…
Reference in New Issue