subtitleeditor: disable format hardening

This commit is contained in:
Robin Gloster 2016-05-31 12:57:57 +00:00
parent e7be1168ba
commit 8f1e9d91be

View File

@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
doCheck = true;
hardeningDisable = [ "format" ];
patches = [ ./subtitleeditor-0.52.1-build-fix.patch ];
preConfigure = ''