coreutils: fix on Darwin
This patch doesn't apply because it's already applied upstream
This commit is contained in:
parent
7483832263
commit
550c5c9b3f
|
@ -24,8 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
# FIXME needs gcc 4.9 in bootstrap tools
|
# FIXME needs gcc 4.9 in bootstrap tools
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" ];
|
||||||
|
|
||||||
patches = optional hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch
|
patches = optional hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch;
|
||||||
++ optional hostPlatform.isDarwin stdenv.secure-format-patch;
|
|
||||||
|
|
||||||
# The test tends to fail on btrfs and maybe other unusual filesystems.
|
# The test tends to fail on btrfs and maybe other unusual filesystems.
|
||||||
postPatch = optionalString (!hostPlatform.isDarwin) ''
|
postPatch = optionalString (!hostPlatform.isDarwin) ''
|
||||||
|
|
Loading…
Reference in New Issue