mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
coreutils: I think I fix the evaluation, which failed for darwin.
This commit is contained in:
parent
4db9419a5c
commit
0b78c01e18
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user