gkrellm: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 10:15:32 +00:00
parent 8057e7e47e
commit 6c683ef004

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
buildInputs = [gettext pkgconfig glib gtk libX11 libSM libICE];
hardening_format = false;
# Makefiles are patched to fix references to `/usr/X11R6' and to add
# `-lX11' to make sure libX11's store path is in the RPATH.
patchPhase = ''