mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
build-system/gnu: Add dependency on GNU Findutils.
* guix/build-system/gnu.scm (%standard-inputs): Add "findutils".
This commit is contained in:
parent
466af8e8dd
commit
da62d3e5ae
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"
|
||||
"findutils" ; used by `libtool'
|
||||
"gawk" ; used by `config.status'
|
||||
"gcc" "binutils" "gnumake" "glibc"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue