Skip to content
Snippets Groups Projects
Commit 5791d3b6 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build-system/gnu: Add GNU Awk to the standard inputs.

* guix/build-system/gnu.scm (%standard-inputs): Add GNU Awk.
parent 45753b65
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ (define %standard-inputs ...@@ -38,6 +38,7 @@ (define %standard-inputs
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment