qfsm: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-27 21:53:49 +00:00
parent c0e42fe741
commit 191896e63a
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
patches = [ ./drop-hardcoded-prefix.patch ];
hardeningDisable = [ "format" ];
enableParallelBuilding = true;
meta = {