summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-09-20 17:34:38 +0200
committerAndreas Enge <andreas@enge.fr>2025-09-20 17:34:54 +0200
commitf5b3b375e5d8cae24b02d00f213d09659e60358d (patch)
treef1080f48eb57613d1e4d0883c0a9f3c463a713ed /gnu
parenta57c4bde89c0a2968f03fcd6af9f3d592cdbbe54 (diff)
gnu: Remove sylpheed.
* gnu/packages/mail.scm (sylpheed): Delete variable. Fixes: guix/guix#2027 Change-Id: Iae7801c5c2f1483659b7c1991005136f95750209
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mail.scm34
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c487aaa4a49..770ba247f5d 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")