mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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 ];
|
||||
|
||||
preConfigure = "configureFlags=--with-appdefaultdir=$out/share/X11/app-defaults/editres";
|
||||
configureFlags = "--with-appdefaultdir=$(out)/share/X11/app-defaults/editres";
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = {
|
||||
homepage = "http://cgit.freedesktop.org/xorg/app/editres/";
|
||||
|
Loading…
Reference in New Issue
Block a user