qfsm: disable format hardening
This commit is contained in:
parent
c0e42fe741
commit
191896e63a
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./drop-hardcoded-prefix.patch ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user