sdrangel: fix build on x86_64-darwin
[NixPkgs.git] / pkgs / stdenv / generic / common-path.nix
blob8c1acfb50dd6825fe86365ab83f977bb8bfce907
1 {pkgs}: [
2   pkgs.coreutils
3   pkgs.findutils
4   pkgs.diffutils
5   pkgs.gnused
6   pkgs.gnugrep
7   pkgs.gawk
8   pkgs.gnutar
9   pkgs.gzip
10   pkgs.bzip2.bin
11   pkgs.gnumake
12   pkgs.bash
13   pkgs.patch
14   pkgs.xz.bin
16   # The `file` command is added here because an enormous number of
17   # packages have a vendored dependency upon `file` in their
18   # `./configure` script, due to libtool<=2.4.6, or due to
19   # libtool>=2.4.7 in which the package author decided to set FILECMD
20   # when running libtoolize.  In fact, file-5.4.6 *depends on itself*
21   # and tries to invoke `file` from its own ./configure script.
22   pkgs.file