3
0
Fork 0
forked from mirrors/nixpkgs

coreutils: I think I fix the evaluation, which failed for darwin.

This commit is contained in:
Lluís Batlle i Rossell 2013-01-11 20:44:25 +00:00
parent 4db9419a5c
commit 0b78c01e18

View file

@ -580,7 +580,7 @@ let
coreutils = (if stdenv.isDarwin then
# 8.20 doesn't build on Darwin
callPackage ../tools/misc/coreutils/8.19
callPackage ../tools/misc/coreutils/8.19.nix
else
callPackage ../tools/misc/coreutils)
{