dvdisaster: disable parallel building

http://hydra.nixos.org/build/33609373/nixlog/1/raw
/cc @nkcx. I notified upstream.

+2 -1
+2 -1
pkgs/tools/cd-dvd/dvdisaster/default.nix
··· 33 33 ] ++ stdenv.lib.optional (builtins.elem stdenv.system 34 34 stdenv.lib.platforms.x86_64) "--with-sse2=yes"; 35 35 36 - enableParallelBuilding = true; 36 + # fatal error: inlined-icons.h: No such file or directory 37 + enableParallelBuilding = false; 37 38 38 39 doCheck = true; 39 40 checkPhase = ''