summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-08-19 20:56:51 -0400
committerGitHub <noreply@github.com>2020-08-19 20:56:51 -0400
commitfd250d57bbd3fdca31ece858d737dc815a3b07fe (patch)
tree8bbe737b170c4712f61980511323d30eae1137bc /pkgs/servers
parente7d1b6b59b9d4697d192a270468dad6cb8de9227 (diff)
parent0b91dfedbc4fda3068b58e8514b58f94c7fa972b (diff)
downloadnixpkgs-fd250d57bbd3fdca31ece858d737dc815a3b07fe.tar
nixpkgs-fd250d57bbd3fdca31ece858d737dc815a3b07fe.tar.gz
nixpkgs-fd250d57bbd3fdca31ece858d737dc815a3b07fe.tar.bz2
nixpkgs-fd250d57bbd3fdca31ece858d737dc815a3b07fe.tar.lz
nixpkgs-fd250d57bbd3fdca31ece858d737dc815a3b07fe.tar.xz
nixpkgs-fd250d57bbd3fdca31ece858d737dc815a3b07fe.tar.zst
nixpkgs-fd250d57bbd3fdca31ece858d737dc815a3b07fe.zip
Merge pull request #79123 from aanderse/apachectl
nixos/httpd: remove impurity from /etc
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 867723018d3..4b63b589ea9 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -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’.