diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-03-14 11:48:09 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-03-14 11:48:09 +0300 |
| commit | 714358f142601f694a20af447972be6e9f6bfb29 (patch) | |
| tree | e69efa75b441a9bb244de3395f05de5b51c1b995 | |
| parent | guix: Add telegram-without-materialdecoration. (diff) | |
| download | guix-wigust-714358f142601f694a20af447972be6e9f6bfb29.tar.gz | |
guix: emacs-elfeed-score: Delete package merged to upstream.
* guix/wigust/packages/emacs.scm (emacs-elfeed-score): Delete variable.
| -rw-r--r-- | guix/wigust/packages/emacs.scm | 23 |
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")) |
