vimprobable2: turn off format hardening
This commit is contained in:
parent
ea1de67f35
commit
f2d5bda7c9
@ -11,9 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ makeWrapper gtk libsoup libX11 perl pkgconfig webkit gsettings_desktop_schemas ];
|
buildInputs = [ makeWrapper gtk libsoup libX11 perl pkgconfig webkit gsettings_desktop_schemas ];
|
||||||
|
|
||||||
installPhase = ''
|
hardening_format = false;
|
||||||
make PREFIX=/ DESTDIR=$out install
|
|
||||||
'';
|
installFlags = "PREFIX=/ DESTDIR=$(out)";
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
wrapProgram "$out/bin/vimprobable2" \
|
wrapProgram "$out/bin/vimprobable2" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user