From f1ba9e53ad9706d2b9f4e40c00ee0d947c84914d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 18 Feb 2025 20:04:41 +0000 Subject: [PATCH] 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 . * gnu/packages/man.scm (ronn): Delete variable. Change-Id: If2426b74d70674fac1e8a7950b8c885890106cc1 --- gnu/packages/man.scm | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 02ca7ba83178f4c099f48f2cc41df0adb4422c38..bc7eefb267225388c40ef3f656fc0f1ce92b91ec 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")