mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
apache-httpd-2.4: replace use of tabs with blanks
This commit is contained in:
parent
ea1d479afb
commit
32449b5ae6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user