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