mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-minitest-bonus-assertions: Fix build.
* gnu/packages/ruby.scm (ruby-minitest-bonus-assertions)[arguments]: Update style. [native-inputs]: Remove ruby-minitest-pretty-diff.
This commit is contained in:
parent
0fb053f923
commit
280c0f092d
1 changed files with 12 additions and 11 deletions
|
@ -5716,18 +5716,19 @@ MiniTest @code{Object#stub} with a global @code{stub} method.")
|
||||||
"1hbq9jk904xkz868yha1bqcm6azm7kmjsll2k4pn2nrcib508h2a"))))
|
"1hbq9jk904xkz868yha1bqcm6azm7kmjsll2k4pn2nrcib508h2a"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Test suite has bitrotted.
|
(list
|
||||||
#:phases
|
#:tests? #f ; Test suite has bitrotted.
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-before 'check 'clean-dependencies
|
#~(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-before 'check 'clean-dependencies
|
||||||
;; Remove unneeded require statement that would entail another
|
(lambda _
|
||||||
;; dependency.
|
;; Remove unneeded require statement that would entail another
|
||||||
(substitute* "test/minitest_config.rb"
|
;; dependency.
|
||||||
(("require 'minitest/bisect'") ""))
|
(substitute* "test/minitest_config.rb"
|
||||||
#t)))))
|
(("require 'minitest/bisect'") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-hoe ruby-minitest-pretty-diff ruby-minitest-focus
|
(list ruby-hoe
|
||||||
|
ruby-minitest-focus
|
||||||
ruby-minitest-moar))
|
ruby-minitest-moar))
|
||||||
(synopsis "Bonus assertions for @code{Minitest}")
|
(synopsis "Bonus assertions for @code{Minitest}")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue