mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nestopia: turn off format hardening
This commit is contained in:
parent
663ec96a9a
commit
86e8cad2cf
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
# nondeterministic failures when creating directories
|
||||
enableParallelBuilding = false;
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildInputs = [ pkgconfig SDL2 alsaLib gtk3 mesa_glu mesa makeWrapper
|
||||
libarchive libao unzip xdg_utils gsettings_desktop_schemas ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue