mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: ruby-bibtex-ruby: Improve style.
* gnu/packages/ruby-xyz.scm (ruby-bibtex-ruby): Run guix style.
This commit is contained in:
parent
49eccddc98
commit
9d59aeead6
1 changed files with 8 additions and 14 deletions
|
@ -16280,21 +16280,15 @@ markdown syntax document and passes the Markdown 1.0 test suite.")
|
|||
(package
|
||||
(name "ruby-bibtex-ruby")
|
||||
(version "6.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "bibtex-ruby" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "bibtex-ruby" version))
|
||||
(sha256
|
||||
(base32 "0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
|
||||
(build-system ruby-build-system)
|
||||
(propagated-inputs
|
||||
(list ruby-latex-decode
|
||||
ruby-rdf
|
||||
ruby-rdf-vocab))
|
||||
(native-inputs
|
||||
(list ruby-cucumber
|
||||
ruby-minitest
|
||||
ruby-yard))
|
||||
(propagated-inputs (list ruby-latex-decode ruby-rdf ruby-rdf-vocab))
|
||||
(native-inputs (list ruby-cucumber ruby-minitest ruby-yard))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue