mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
pkgs/servers/http/apache-httpd: dropped obsolete comment
svn path=/nixpkgs/trunk/; revision=24464
This commit is contained in:
parent
45f78e3feb
commit
3527fd782a
@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
|
||||
sha1 = "ef92f5b3124fe5e9ba6121ea7f4bab8c014068f9";
|
||||
};
|
||||
|
||||
#inherit sslSupport;
|
||||
|
||||
buildInputs = [perl apr aprutil pcre] ++
|
||||
stdenv.lib.optional sslSupport openssl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user