lol

nestopia: disable failing parallel builds

http://hydra.nixos.org/build/19861758

+2 -1
+2 -1
pkgs/misc/emulators/nestopia/default.nix
··· 8 8 sha256 = "07h49xwvg61dx20rk5p4r3ax2ar5y0ppvm60cqwqljyi9rdfbh7p"; 9 9 }; 10 10 11 - enableParallelBuilding = true; 11 + # nondeterministic failures when creating directories 12 + enableParallelBuilding = false; 12 13 13 14 buildInputs = [ pkgconfig SDL2 alsaLib gtk3 mesa_glu mesa makeWrapper 14 15 libarchive libao unzip xdg_utils gsettings_desktop_schemas ];