1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

apache-httpd-2.4: replace use of tabs with blanks

This commit is contained in:
Peter Simons 2012-07-07 08:57:53 +02:00
parent ea1d479afb
commit 32449b5ae6

View file

@ -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";