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

build-system/gnu: Add dependency on GNU Findutils.

* guix/build-system/gnu.scm (%standard-inputs): Add "findutils".
parent 466af8e8
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"
"findutils" ; used by `libtool'
"gawk" ; used by `config.status' "gawk" ; used by `config.status'
"gcc" "binutils" "gnumake" "glibc")))) "gcc" "binutils" "gnumake" "glibc"))))
......
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