~ruther/guix-local

f5b3b375e5d8cae24b02d00f213d09659e60358d — Andreas Enge 7 months ago a57c4bd
gnu: Remove sylpheed.

* gnu/packages/mail.scm (sylpheed): Delete variable.

Fixes: guix/guix#2027
Change-Id: Iae7801c5c2f1483659b7c1991005136f95750209
1 files changed, 0 insertions(+), 34 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +0 -34
@@ 4668,40 4668,6 @@ complement or replace traditional mailing lists.  Readers may read via NNTP,
IMAP, Atom feeds or HTML archives.")
    (license license:agpl3+)))

(define-public sylpheed
  (package
    (name "sylpheed")
    (version "3.7.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://sylpheed.sraoss.jp/sylpheed/v3.7/"
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "0j9y5vdzch251s264diw9clrn88dn20bqqkwfmis9l7m8vmwasqd"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))
    (inputs
     (list bogofilter
           compface
           gnupg-1
           gpgme
           gtk+-2
           gtkspell3
           libnsl
           openldap
           openssl))
    (home-page "https://sylpheed.sraoss.jp/en/")
    (synopsis "Lightweight GTK+ email client")
    (description
     "Sylpheed is a simple, lightweight but featureful, and easy-to-use e-mail
client.  Sylpheed provides intuitive user-interface.  Sylpheed is also
designed for keyboard-oriented operation.")
    (properties '((release-monitoring-url
                   . "https://sylpheed.sraoss.jp/en/download.html")))
    (license license:gpl2+)))

(define-public python-authres
  (package
    (name "python-authres")