dvdisaster: disable parallel building
http://hydra.nixos.org/build/33609373/nixlog/1/raw /cc @nkcx. I notified upstream.
This commit is contained in:
parent
b44b0ab27c
commit
62c29908da
@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
|
||||
] ++ stdenv.lib.optional (builtins.elem stdenv.system
|
||||
stdenv.lib.platforms.x86_64) "--with-sse2=yes";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# fatal error: inlined-icons.h: No such file or directory
|
||||
enableParallelBuilding = false;
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user