darwin.Csu: disable parallel installing
https://hydra.nixos.org/log/s3ndn08vzhfr0zfylbwjqz8fijna4pjl-Csu-85.drv
This commit is contained in:
parent
2fb36b81ea
commit
6f4400f8fd
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ appleDerivation' stdenv {
|
|||
'';
|
||||
|
||||
installFlags = [ "DSTROOT=$(out)" ];
|
||||
enableParallelInstalling = false; # cp: cannot create regular file '$out/lib/crt1.10.6.o'
|
||||
|
||||
meta = with lib; {
|
||||
description = "Apple's common startup stubs for darwin";
|
||||
|
|
Loading…
Reference in a new issue