vym: disable format hardening

This commit is contained in:
Robin Gloster 2016-02-24 16:06:55 +00:00
parent 8cbb8331a7
commit 3d169b83cf

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig qt4 ];
hardening_format = false;
configurePhase = ''
qmake PREFIX="$out"
'';