From f5b3b375e5d8cae24b02d00f213d09659e60358d Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sat, 20 Sep 2025 17:34:38 +0200 Subject: [PATCH] gnu: Remove sylpheed. * gnu/packages/mail.scm (sylpheed): Delete variable. Fixes: guix/guix#2027 Change-Id: Iae7801c5c2f1483659b7c1991005136f95750209 --- gnu/packages/mail.scm | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c487aaa4a4949a513ca8e532829d4d69a7ab920f..770ba247f5d1fe00a1f6c6f3c6accb55c637c837 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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")