mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-hoe-markdown: Improve style.
* gnu/packages/ruby-xyz.scm (ruby-hoe-markdown): Run guix style.
This commit is contained in:
parent
bc5a550ac5
commit
e97db82012
1 changed files with 11 additions and 11 deletions
|
@ -11706,17 +11706,17 @@ generation.")
|
|||
(base32 "0wb0yjdx9gx9r0cahpx42pblvglgh1i9pdfxjavq7f40nan2g076"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:test-target "spec"
|
||||
#:phases (modify-phases %standard-phases
|
||||
(list
|
||||
#:test-target "spec"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'check 'disable-bundler-dependency
|
||||
(lambda _
|
||||
(substitute* "spec/spec_helper.rb"
|
||||
(("require.*bundler/setup.*")
|
||||
"")))))))
|
||||
(native-inputs
|
||||
(list ruby-rspec))
|
||||
(propagated-inputs
|
||||
(list ruby-rake))
|
||||
(native-inputs (list ruby-rspec))
|
||||
(propagated-inputs (list ruby-rake))
|
||||
(synopsis "Hoe plugin with Markdown helpers")
|
||||
(description
|
||||
"This package provides a Hoe plugin with various Markdown helpers, which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue