summary refs log tree commit diff
path: root/pkgs/applications/misc/fetchmail
diff options
context:
space:
mode:
authorTobias Hammerschmidt <tobias.hammerschmidt@gmx.de>2008-02-22 10:12:01 +0000
committerTobias Hammerschmidt <tobias.hammerschmidt@gmx.de>2008-02-22 10:12:01 +0000
commit1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd (patch)
tree83a44b46abd7ed17c701f2ff9be5fa5ef55c5814 /pkgs/applications/misc/fetchmail
parentb567be78365cfa44a79691d71ccba66f53489c8d (diff)
downloadnixpkgs-1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd.tar
nixpkgs-1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd.tar.gz
nixpkgs-1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd.tar.bz2
nixpkgs-1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd.tar.lz
nixpkgs-1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd.tar.xz
nixpkgs-1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd.tar.zst
nixpkgs-1ca69f74e54e8c0ddf8eba7ae470a1a116ef4ecd.zip
svn path=/nixpkgs/trunk/; revision=10828
Diffstat (limited to 'pkgs/applications/misc/fetchmail')
-rw-r--r--pkgs/applications/misc/fetchmail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/fetchmail/default.nix b/pkgs/applications/misc/fetchmail/default.nix
index 0b22295a068..f80ea6ef453 100644
--- a/pkgs/applications/misc/fetchmail/default.nix
+++ b/pkgs/applications/misc/fetchmail/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
     sha256 = "5612f9af367f641e0efd084f44fcf1889669e711dbd8c60f6b7953e494d1b09b";
   };
 
-  buildInputs = [ zlib openssl ];
+  buildInputs = [ openssl ];
 
   configureFlags = "--with-ssl=${openssl}";