gnu: ruby-hoe-markdown: Improve style.

* gnu/packages/ruby-xyz.scm (ruby-hoe-markdown): Run guix style.
This commit is contained in:
Nicolas Graves 2025-06-18 16:26:57 +02:00 committed by Andreas Enge
parent bc5a550ac5
commit e97db82012
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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