mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ruby-asciidoctor: Re-indent.
* gnu/packages/ruby.scm (ruby-asciidoctor): Re-indent.
This commit is contained in:
parent
fef0564c6f
commit
751bf33d47
1 changed files with 31 additions and 31 deletions
|
@ -1096,38 +1096,38 @@ (define-public ruby-slim
|
|||
|
||||
(define-public ruby-asciidoctor
|
||||
(package
|
||||
(name "ruby-asciidoctor")
|
||||
(version "1.5.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "asciidoctor" version))
|
||||
(sha256
|
||||
(name "ruby-asciidoctor")
|
||||
(version "1.5.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "asciidoctor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v52bzc72cvg7zfgq27pa4mgyf29dx9m20fghrw1xmvwgd519n1w"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test:all"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'remove-circular-tests
|
||||
(lambda _
|
||||
;; Remove tests that require circular dependencies to load or pass.
|
||||
(delete-file "test/invoker_test.rb")
|
||||
(delete-file "test/converter_test.rb")
|
||||
(delete-file "test/options_test.rb")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("ruby-minitest" ,ruby-minitest)
|
||||
("ruby-nokogiri" ,ruby-nokogiri)
|
||||
("ruby-asciimath" ,ruby-asciimath)
|
||||
("ruby-coderay" ,ruby-coderay)))
|
||||
(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 (or 4.5), PDF, and other formats.")
|
||||
(home-page "https://asciidoctor.org")
|
||||
(license license:expat)))
|
||||
"0v52bzc72cvg7zfgq27pa4mgyf29dx9m20fghrw1xmvwgd519n1w"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test:all"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'remove-circular-tests
|
||||
(lambda _
|
||||
;; Remove tests that require circular dependencies to load or pass.
|
||||
(delete-file "test/invoker_test.rb")
|
||||
(delete-file "test/converter_test.rb")
|
||||
(delete-file "test/options_test.rb")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("ruby-minitest" ,ruby-minitest)
|
||||
("ruby-nokogiri" ,ruby-nokogiri)
|
||||
("ruby-asciimath" ,ruby-asciimath)
|
||||
("ruby-coderay" ,ruby-coderay)))
|
||||
(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 (or 4.5), PDF, and other
|
||||
formats.")
|
||||
(home-page "https://asciidoctor.org")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-ast
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue