From db4629e50d7b91b9b7d2ac25b2a00ef792879c2b Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 6 Sep 2022 22:01:31 +0900 Subject: tojo-tokyo: Remove ox-rss. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guix の公式チャンネルに追加されたので不要になった。 https://issues.guix.gnu.org/57609 --- tojo-tokyo/packages/emacs-xyz.scm | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'tojo-tokyo/packages') diff --git a/tojo-tokyo/packages/emacs-xyz.scm b/tojo-tokyo/packages/emacs-xyz.scm index e0905fe..9c82a8a 100644 --- a/tojo-tokyo/packages/emacs-xyz.scm +++ b/tojo-tokyo/packages/emacs-xyz.scm @@ -46,26 +46,3 @@ which is a standard ACL2 execution environment. Must run acl2 with *shell* before using it.") (license license:gpl3+))) - -(define-public emacs-ox-rss - (let ((commit "83dc898fa5493925b01716e5dd495d5e07c3d41a") - (revision "0")) - (package - (name "emacs-ox-rss") - (version (git-version "20210606" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/nsavage/ox-rss") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0513kixv9bgkignmji95m3rskn6px6c0fack4zdl61qq09fg8w6h")))) - (build-system emacs-build-system) - (home-page "https://gitlab.com/nsavage/ox-rss") - (synopsis "RSS 2.0 Back-End for Org Export Engine") - (description - "This library implements an RSS 2.0 back-end for Org exporter, based -on the `html' back-end.") - (license license:gpl3+)))) -- cgit v1.2.3