sylpheed: cleanup
This commit is contained in:
parent
eb22e54243
commit
6ac68a4c59
@ -1,8 +1,9 @@
|
|||||||
{ sslSupport ? true
|
{ stdenv, fetchurl, pkgconfig, gtk
|
||||||
, gpgSupport ? false
|
|
||||||
, stdenv, fetchurl, pkgconfig, gtk
|
|
||||||
, openssl ? null
|
, openssl ? null
|
||||||
, gpgme ? null
|
, gpgme ? null
|
||||||
|
, sslSupport ? true
|
||||||
|
, gpgSupport ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
@ -11793,10 +11793,7 @@ let
|
|||||||
|
|
||||||
swh_lv2 = callPackage ../applications/audio/swh-lv2 { };
|
swh_lv2 = callPackage ../applications/audio/swh-lv2 { };
|
||||||
|
|
||||||
sylpheed = callPackage ../applications/networking/mailreaders/sylpheed {
|
sylpheed = callPackage ../applications/networking/mailreaders/sylpheed { };
|
||||||
sslSupport = true;
|
|
||||||
gpgSupport = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
symlinks = callPackage ../tools/system/symlinks { };
|
symlinks = callPackage ../tools/system/symlinks { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user