summary refs log tree commit diff
path: root/pkgs/applications/networking/mpop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/mpop/default.nix')
-rw-r--r--pkgs/applications/networking/mpop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mpop/default.nix b/pkgs/applications/networking/mpop/default.nix
index c4dd8e402ec..60049cd64b9 100644
--- a/pkgs/applications/networking/mpop/default.nix
+++ b/pkgs/applications/networking/mpop/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, openssl, pkgconfig, gnutls, gsasl, libidn, Security }:
+{ stdenv, fetchurl, pkgconfig, gnutls, gsasl, libidn, Security }:
 
 with stdenv.lib;