summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/wigust/packages/emacs.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/guix/wigust/packages/emacs.scm b/guix/wigust/packages/emacs.scm
index bcd4e67..1804ac8 100644
--- a/guix/wigust/packages/emacs.scm
+++ b/guix/wigust/packages/emacs.scm
@@ -1581,29 +1581,6 @@ with Git-based projects.")
entries according to information received via Debbugs.")
(license license:gpl3+)))
-(define-public emacs-elfeed-score
- (package
- (name "emacs-elfeed-score")
- (version "0.4.4")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/sp1ff/elfeed-score")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1vhchbyy3c79cgvdz12wnryklr5g1bwh02d604zj2wca3b0199w4"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-elfeed" ,emacs-elfeed)))
- (home-page "https://github.com/sp1ff/elfeed-score/")
- (synopsis "Gnus-style scoring for Elfeed")
- (description "@code{elfeed-score} is an add-on for @code{elfeed} which
-brings @code{gnus} like scoring feeds.")
- (license license:gpl3+)))
-
(define-public emacs-org-tanglesync-1.1.0
(let ((commit "af83a73ae542d5cb3c9d433cbf2ce1d4f4259117")
(revision "0"))