build-system/gnu: Add GNU Awk to the standard inputs.
* guix/build-system/gnu.scm (%standard-inputs): Add GNU Awk.master
parent
45753b6552
commit
5791d3b696
|
@ -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
|
||||
|
|
Reference in New Issue