mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
nestopia: disable failing parallel builds
http://hydra.nixos.org/build/19861758
This commit is contained in:
parent
b802018482
commit
2069156d5c
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "07h49xwvg61dx20rk5p4r3ax2ar5y0ppvm60cqwqljyi9rdfbh7p";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# nondeterministic failures when creating directories
|
||||
enableParallelBuilding = false;
|
||||
|
||||
buildInputs = [ pkgconfig SDL2 alsaLib gtk3 mesa_glu mesa makeWrapper
|
||||
libarchive libao unzip xdg_utils gsettings_desktop_schemas ];
|
||||
|
Loading…
Reference in New Issue
Block a user