mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: ruby-crass: Fix minitest.
* gnu/packages/ruby-xyz.scm (ruby-crass)[arguments]{phases}: Add phase 'patch-minitest.
This commit is contained in:
parent
11d5948481
commit
12e7eb079b
1 changed files with 8 additions and 0 deletions
|
@ -7564,6 +7564,14 @@ documents and fragments. It's built on top of Nokogiri and libxml2.")
|
||||||
(base32
|
(base32
|
||||||
"1gbsb81psgb6xhnwpx4s409jc0mk0gijh039sy5xyi8jpaaadp40"))))
|
"1gbsb81psgb6xhnwpx4s409jc0mk0gijh039sy5xyi8jpaaadp40"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'patch-minitest
|
||||||
|
(lambda _
|
||||||
|
(substitute* "test/support/common.rb"
|
||||||
|
(("MiniTest")
|
||||||
|
"Minitest")))))))
|
||||||
(synopsis "Pure Ruby CSS parser")
|
(synopsis "Pure Ruby CSS parser")
|
||||||
(description
|
(description
|
||||||
"Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.")
|
"Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue