vimprobable2: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-20 22:34:06 +00:00
parent ea1de67f35
commit f2d5bda7c9

View File

@ -11,9 +11,9 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper gtk libsoup libX11 perl pkgconfig webkit gsettings_desktop_schemas ];
installPhase = ''
make PREFIX=/ DESTDIR=$out install
'';
hardening_format = false;
installFlags = "PREFIX=/ DESTDIR=$(out)";
preFixup = ''
wrapProgram "$out/bin/vimprobable2" \