dosbox: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 23:25:41 +00:00
parent 667518fc3b
commit 1c156b9b59

View File

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL ];
hardening_format = false;
desktopItem = makeDesktopItem {
name = "dosbox";
exec = "dosbox";