3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixpkgs/trunk/; revision=10828

This commit is contained in:
Tobias Hammerschmidt 2008-02-22 10:12:01 +00:00
parent b567be7836
commit 1ca69f74e5
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation {
sha256 = "5612f9af367f641e0efd084f44fcf1889669e711dbd8c60f6b7953e494d1b09b";
};
buildInputs = [ zlib openssl ];
buildInputs = [ openssl ];
configureFlags = "--with-ssl=${openssl}";

View file

@ -4739,7 +4739,7 @@ rec {
fbpanel = fbpanelFun {version="4.12";} null;
fetchmail = import ../applications/misc/fetchmail {
inherit stdenv fetchurl zlib openssl;
inherit stdenv fetchurl openssl;
};
wireshark = import ../applications/networking/sniffers/wireshark {