mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: ruby-ast: Sort inputs alphabetically.
* gnu/packages/ruby.scm (ruby-ast)[native-inputs]: Sort alphabetically.
This commit is contained in:
parent
24e01274ff
commit
4c542f32aa
1 changed files with 7 additions and 7 deletions
|
@ -1968,15 +1968,15 @@ (define-public ruby-ast
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("bundler" ,bundler)
|
||||
("ruby-simplecov" ,ruby-simplecov)
|
||||
("ruby-json-pure" ,ruby-json-pure)
|
||||
("ruby-mime-times" ,ruby-mime-types)
|
||||
("ruby-yard" ,ruby-yard)
|
||||
("ruby-kramdown" ,ruby-kramdown)
|
||||
("ruby-rest-client" ,ruby-rest-client)
|
||||
("ruby-bacon" ,ruby-bacon)
|
||||
("ruby-bacon-colored-output" ,ruby-bacon-colored-output)
|
||||
("ruby-racc" ,ruby-racc)))
|
||||
("ruby-json-pure" ,ruby-json-pure)
|
||||
("ruby-kramdown" ,ruby-kramdown)
|
||||
("ruby-mime-types" ,ruby-mime-types)
|
||||
("ruby-racc" ,ruby-racc)
|
||||
("ruby-rest-client" ,ruby-rest-client)
|
||||
("ruby-simplecov" ,ruby-simplecov)
|
||||
("ruby-yard" ,ruby-yard)))
|
||||
(synopsis "Library for working with Abstract Syntax Trees")
|
||||
(description
|
||||
"@code{ast} is a Ruby library for working with Abstract Syntax Trees.
|
||||
|
|
Loading…
Reference in a new issue