sylpheed: cleanup

This commit is contained in:
Jan Malakhovski 2015-03-21 13:05:16 +00:00
parent eb22e54243
commit 6ac68a4c59
2 changed files with 5 additions and 7 deletions

View File

@ -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;

View File

@ -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 { };