xconq: turn off format hardening
This commit is contained in:
parent
65e6aa4a31
commit
046b40f573
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-tkconfig=${tk}/lib"
|
||||
];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
patchPhase = ''
|
||||
# Fix Makefiles
|
||||
find . -name 'Makefile.in' -exec sed -re 's@^ ( *)(cd|[&][&])@ \1\2@' -i '{}' ';'
|
||||
|
Loading…
Reference in New Issue
Block a user