summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-18 20:04:41 +0000
committerAndreas Enge <andreas@enge.fr>2025-06-20 20:40:02 +0200
commitf1ba9e53ad9706d2b9f4e40c00ee0d947c84914d (patch)
treea13bfef745336ea26aed66ac96978eb80b23fb30
parent51176784a1250cedd77fddd6553dc449fd8a3b14 (diff)
gnu: Remove ronn.
It fails on runtime (#76283), no updates since 2013 and no users in Guix. There is a maintained fork (ronn-ng), see <https://github.com/rtomayko/ronn/issues/103>. * gnu/packages/man.scm (ronn): Delete variable. Change-Id: If2426b74d70674fac1e8a7950b8c885890106cc1
-rw-r--r--gnu/packages/man.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 02ca7ba831..bc7eefb267 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -84,30 +84,6 @@ as description, options, see also, etc.")
(home-page "http://xmltoman.sourceforge.net/")
(license license:gpl2+)))
-(define-public ronn
- (package
- (name "ronn")
- (version "0.7.3")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/rtomayko/ronn")
- (commit version)))
- (file-name
- (git-file-name name version))
- (sha256
- (base32 "0fkniz7j1jp8v3i05m6hks3nsh6rzvjfi0ichpi7h4gwk5byxb94"))))
- (build-system ruby-build-system)
- (arguments
- `(#:tests? #f)) ; Library hpricot not available
- (synopsis "Manual authoring tool")
- (description "Ronn builds manuals. It converts simple, human readable
-textfiles to roff for terminal display, and also to HTML for the web.")
- (home-page "https://rtomayko.github.io/ronn/")
- (license license:expat)))
-
(define-public libpipeline
(package
(name "libpipeline")