leafnode: patch around setting special bits

This commit is contained in:
Will Dietz 2017-06-28 14:26:24 -05:00
parent 0d871bd108
commit ed0ac2fece

View file

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
configureFlags = "--enable-runas-user=nobody";
prePatch = ''
substituteInPlace Makefile.in --replace 02770 0770
'';
preConfigure = ''
# configure uses id to check environment; we don't want this check
sed -re 's/^ID[=].*/ID="echo whatever"/' -i configure