gkrellm: turn off format hardening
This commit is contained in:
parent
8057e7e47e
commit
6c683ef004
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [gettext pkgconfig glib gtk libX11 libSM libICE];
|
buildInputs = [gettext pkgconfig glib gtk libX11 libSM libICE];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
# Makefiles are patched to fix references to `/usr/X11R6' and to add
|
# Makefiles are patched to fix references to `/usr/X11R6' and to add
|
||||||
# `-lX11' to make sure libX11's store path is in the RPATH.
|
# `-lX11' to make sure libX11's store path is in the RPATH.
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user