moltengamepad: disable format hardening
This commit is contained in:
parent
4f46913bf7
commit
1054399bef
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "05cpxfzxgm86kxx0a9f76bshjwpz9w1g8bn30ib1i5a3fv7bmirl";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
buildInputs = [ libudev ];
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in New Issue