Merge pull request #79123 from aanderse/apachectl

nixos/httpd: remove impurity from /etc
This commit is contained in:
Aaron Andersen
2020-08-19 20:56:51 -04:00
committed by GitHub
2 changed files with 10 additions and 5 deletions

View File

@@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
prePatch = ''
sed -i config.layout -e "s|installbuilddir:.*|installbuilddir: $dev/share/build|"
sed -i support/apachectl.in -e 's|@LYNX_PATH@|${lynx}/bin/lynx|'
sed -i support/apachectl.in -e 's|$HTTPD -t|$HTTPD -t -f /etc/httpd/httpd.conf|'
'';
# Required for pthread_cancel.