* 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
|
findutils = useFromStdenv (stdenv ? findutils) stdenv.findutils
|
||||||
(import ../tools/misc/findutils {
|
(if system == "i686-darwin" then findutils4227 else
|
||||||
|
import ../tools/misc/findutils {
|
||||||
inherit fetchurl stdenv coreutils;
|
inherit fetchurl stdenv coreutils;
|
||||||
});
|
}
|
||||||
|
);
|
||||||
|
|
||||||
findutils4227 = import ../tools/misc/findutils/4.2.27.nix {
|
findutils4227 = import ../tools/misc/findutils/4.2.27.nix {
|
||||||
inherit fetchurl stdenv coreutils;
|
inherit fetchurl stdenv coreutils;
|
||||||
|
@ -45,7 +45,6 @@ let {
|
|||||||
gawk
|
gawk
|
||||||
gcc
|
gcc
|
||||||
gcc34
|
gcc34
|
||||||
gcc40
|
|
||||||
ghcWrapper
|
ghcWrapper
|
||||||
ghostscript
|
ghostscript
|
||||||
gnugrep
|
gnugrep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user