summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2015-03-21 13:05:16 +0000
committerJan Malakhovski <oxij@oxij.org>2015-03-29 23:21:04 +0000
commit6ac68a4c5929c0f3184067af20243829f804a631 (patch)
tree0702c3d97e1d5d9fff4b3a20f0756e99ec02121e /pkgs
parenteb22e54243cbd7e63f17a56a6bb73526d8112ed2 (diff)
sylpheed: cleanup
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/sylpheed/default.nix7
-rw-r--r--pkgs/top-level/all-packages.nix5
2 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/applications/networking/mailreaders/sylpheed/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
index 0f8b4f00c8ba..ac7846836ff7 100644
--- a/pkgs/applications/networking/mailreaders/sylpheed/default.nix
+++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
@@ -1,8 +1,9 @@
-{ sslSupport ? true
-, gpgSupport ? false
-, stdenv, fetchurl, pkgconfig, gtk
+{ stdenv, fetchurl, pkgconfig, gtk
+
, openssl ? null
, gpgme ? null
+, sslSupport ? true
+, gpgSupport ? true
}:
with stdenv.lib;
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 09d620c3823a..75106a639b0d 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11793,10 +11793,7 @@ let
swh_lv2 = callPackage ../applications/audio/swh-lv2 { };
- sylpheed = callPackage ../applications/networking/mailreaders/sylpheed {
- sslSupport = true;
- gpgSupport = true;
- };
+ sylpheed = callPackage ../applications/networking/mailreaders/sylpheed { };
symlinks = callPackage ../tools/system/symlinks { };