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"))))
|
(base32 "0wb0yjdx9gx9r0cahpx42pblvglgh1i9pdfxjavq7f40nan2g076"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "spec"
|
(list
|
||||||
#:phases (modify-phases %standard-phases
|
#:test-target "spec"
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'disable-bundler-dependency
|
(add-before 'check 'disable-bundler-dependency
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "spec/spec_helper.rb"
|
(substitute* "spec/spec_helper.rb"
|
||||||
(("require.*bundler/setup.*")
|
(("require.*bundler/setup.*")
|
||||||
"")))))))
|
"")))))))
|
||||||
(native-inputs
|
(native-inputs (list ruby-rspec))
|
||||||
(list ruby-rspec))
|
(propagated-inputs (list ruby-rake))
|
||||||
(propagated-inputs
|
|
||||||
(list ruby-rake))
|
|
||||||
(synopsis "Hoe plugin with Markdown helpers")
|
(synopsis "Hoe plugin with Markdown helpers")
|
||||||
(description
|
(description
|
||||||
"This package provides a Hoe plugin with various Markdown helpers, which
|
"This package provides a Hoe plugin with various Markdown helpers, which
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue