dosbox: turn off format hardening
This commit is contained in:
parent
667518fc3b
commit
1c156b9b59
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ SDL ];
|
buildInputs = [ SDL ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = "dosbox";
|
name = "dosbox";
|
||||||
exec = "dosbox";
|
exec = "dosbox";
|
||||||
|
|
Loading…
Reference in New Issue