mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
apache-httpd-2.4: replace use of tabs with blanks
This commit is contained in:
parent
ea1d479afb
commit
32449b5ae6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue