moltengamepad: disable format hardening

This commit is contained in:
Franz Pletz 2016-08-25 03:35:57 +02:00
parent 4f46913bf7
commit 1054399bef

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "05cpxfzxgm86kxx0a9f76bshjwpz9w1g8bn30ib1i5a3fv7bmirl";
};
hardeningDisable = [ "format" ];
buildInputs = [ libudev ];
buildPhase = ''