diff options
| author | Aaron Covrig <aarcov@gmail.com> | 2026-02-24 19:48:58 -0500 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-01 18:44:31 +0100 |
| commit | 80118dcf72fa27f69fefd35d0613192ea4b6611a (patch) | |
| tree | e9a8bc9e4dfc4807662bf7315f914c143761a6a6 /gnu/packages/ruby-check.scm | |
| parent | 6812da339bc6cd13ce3f0d707828c97440e81136 (diff) | |
gnu: ruby-asciidoctor/minimal: Move to ruby-xyz module.
* gnu/packages/ruby-xyz.scm (ruby-asciidoctor/minimal): Move to...
* gnu/packages/ruby-check.scm (ruby-asciidoctor/minimal): ...here.
* gnu/packages/backup.scm,
* gnu/packages/ccache.scm,
* gnu/packages/cluster.scm,
* gnu/packages/compton.scm,
* gnu/packages/cryptsetup.scm,
* gnu/packages/engineering.scm,
* gnu/packages/games.scm,
* gnu/packages/irc.scm,
* gnu/packages/ntp.scm,
* gnu/packages/password-utils.scm,
* gnu/packages/radio.scm,
* gnu/packages/ruby-check.scm,
* gnu/packages/syndication.scm,
* gnu/packages/task-management.scm,
* gnu/packages/version-control.scm: Add module import.
Change-Id: I1083b2bb9d59fb4762cbbad777d059c321a997dd
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/ruby-check.scm')
| -rw-r--r-- | gnu/packages/ruby-check.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm index 5164d9a672b..d4034e3a827 100644 --- a/gnu/packages/ruby-check.scm +++ b/gnu/packages/ruby-check.scm @@ -146,29 +146,6 @@ using Bundler.") (home-page "https://github.com/thoughtbot/appraisal") (license license:expat))) -(define-public ruby-asciidoctor/minimal - (hidden-package - (package - (name "ruby-asciidoctor") - (version "2.0.20") - (source - (origin - (method git-fetch) ;the gem release lacks a Rakefile - (uri (git-reference - (url "https://github.com/asciidoctor/asciidoctor") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "19qvilhwa9plg80ppspn5ys0ybl8qfyaicqbl9w316hk5ldwi1jq")))) - (build-system ruby-build-system) - (arguments (list #:tests? #f)) - (synopsis "Converter from AsciiDoc content to other formats") - (description "Asciidoctor is a text processor and publishing toolchain for -converting AsciiDoc content to HTML5, DocBook 5, PDF, and other formats.") - (home-page "https://asciidoctor.org") - (license license:expat)))) - (define-public ruby-builder (package (name "ruby-builder") |
