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
1 changed files with 2 additions and 0 deletions

View File

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