mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue