nestopia: turn off format hardening
This commit is contained in:
parent
663ec96a9a
commit
86e8cad2cf
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
# nondeterministic failures when creating directories
|
# nondeterministic failures when creating directories
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
buildInputs = [ pkgconfig SDL2 alsaLib gtk3 mesa_glu mesa makeWrapper
|
buildInputs = [ pkgconfig SDL2 alsaLib gtk3 mesa_glu mesa makeWrapper
|
||||||
libarchive libao unzip xdg_utils gsettings_desktop_schemas ];
|
libarchive libao unzip xdg_utils gsettings_desktop_schemas ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user