mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
sylpheed: cleanup
This commit is contained in:
parent
eb22e54243
commit
6ac68a4c59
@ -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;
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user