forked from mirrors/nixpkgs
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";
|
sha1 = "ef92f5b3124fe5e9ba6121ea7f4bab8c014068f9";
|
||||||
};
|
};
|
||||||
|
|
||||||
#inherit sslSupport;
|
|
||||||
|
|
||||||
buildInputs = [perl apr aprutil pcre] ++
|
buildInputs = [perl apr aprutil pcre] ++
|
||||||
stdenv.lib.optional sslSupport openssl;
|
stdenv.lib.optional sslSupport openssl;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue