~ruther/guix-local

f1ba9e53ad9706d2b9f4e40c00ee0d947c84914d — Sharlatan Hellseher 1 year, 4 months ago 5117678
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
1 files changed, 0 insertions(+), 24 deletions(-)

M gnu/packages/man.scm
M gnu/packages/man.scm => gnu/packages/man.scm +0 -24
@@ 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")