about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-07 08:57:53 +0200
committerPeter Simons <simons@cryp.to>2012-07-07 08:57:53 +0200
commit32449b5ae6ac66a5bd0470ca81c80650620116fe (patch)
tree788d9ad302facedba4f0a73e0f19ebb5514b44ee /pkgs/servers
parentea1d479afbb93b76d580aabc1a0ff19eeac07f30 (diff)
apache-httpd-2.4: replace use of tabs with blanks
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 01a41cb3e6354..18db4ffeb759c 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [perl] ++
-    optional ldapSupport openldap ++	# there is no --with-ldap flag
-    optional libxml2Support libxml2;	# there is --with-libxml2, but it doesn't work
+    optional ldapSupport openldap ++    # there is no --with-ldap flag
+    optional libxml2Support libxml2;    # there is --with-libxml2, but it doesn't work
 
   # Required for ‘pthread_cancel’.
   NIX_LDFLAGS = "-lgcc_s";