mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Latest findutils doesn't build on Darwin, either.
svn path=/nixpkgs/trunk/; revision=6897
This commit is contained in:
parent
ef4fe4f102
commit
000755f72e
|
@ -269,9 +269,11 @@ rec {
|
|||
};
|
||||
|
||||
findutils = useFromStdenv (stdenv ? findutils) stdenv.findutils
|
||||
(import ../tools/misc/findutils {
|
||||
inherit fetchurl stdenv coreutils;
|
||||
});
|
||||
(if system == "i686-darwin" then findutils4227 else
|
||||
import ../tools/misc/findutils {
|
||||
inherit fetchurl stdenv coreutils;
|
||||
}
|
||||
);
|
||||
|
||||
findutils4227 = import ../tools/misc/findutils/4.2.27.nix {
|
||||
inherit fetchurl stdenv coreutils;
|
||||
|
|
|
@ -45,7 +45,6 @@ let {
|
|||
gawk
|
||||
gcc
|
||||
gcc34
|
||||
gcc40
|
||||
ghcWrapper
|
||||
ghostscript
|
||||
gnugrep
|
||||
|
|
Loading…
Reference in a new issue