editres: turn off format hardening
This commit is contained in:
parent
0afc644cfd
commit
3e8a2e73a6
@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig libXt libXaw libXres utilmacros ];
|
buildInputs = [ pkgconfig libXt libXaw libXres utilmacros ];
|
||||||
|
|
||||||
preConfigure = "configureFlags=--with-appdefaultdir=$out/share/X11/app-defaults/editres";
|
configureFlags = "--with-appdefaultdir=$(out)/share/X11/app-defaults/editres";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://cgit.freedesktop.org/xorg/app/editres/";
|
homepage = "http://cgit.freedesktop.org/xorg/app/editres/";
|
||||||
|
Loading…
Reference in New Issue
Block a user