Skip to content

Commit

Permalink
leafnode: patch around setting special bits
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jun 28, 2017
1 parent 0d871bd commit ed0ac2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/servers/news/leafnode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed0ac2f

Please sign in to comment.