mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +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
|
(package
|
||||||
(name "ruby-bibtex-ruby")
|
(name "ruby-bibtex-ruby")
|
||||||
(version "6.0.0")
|
(version "6.0.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (rubygems-uri "bibtex-ruby" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (rubygems-uri "bibtex-ruby" version))
|
||||||
(base32
|
(sha256
|
||||||
"0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
|
(base32 "0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list ruby-latex-decode ruby-rdf ruby-rdf-vocab))
|
||||||
(list ruby-latex-decode
|
(native-inputs (list ruby-cucumber ruby-minitest ruby-yard))
|
||||||
ruby-rdf
|
|
||||||
ruby-rdf-vocab))
|
|
||||||
(native-inputs
|
|
||||||
(list ruby-cucumber
|
|
||||||
ruby-minitest
|
|
||||||
ruby-yard))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue