mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-fog-xml: Sanitize dependencies.
* gnu/packages/ruby-xyz.scm (ruby-fog-xml)[arguments]{phases}: Add phase 'sanitize-dependencies.
This commit is contained in:
parent
e6abd00e31
commit
53d2bae810
1 changed files with 4 additions and 0 deletions
|
@ -9009,6 +9009,10 @@ services library.")
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'sanitize-dependencies
|
||||||
|
(lambda _
|
||||||
|
(substitute* "fog-xml.gemspec"
|
||||||
|
((".*coveralls.*") ""))))
|
||||||
;; Run tests via bundler so rake picks up the minitest gem from
|
;; Run tests via bundler so rake picks up the minitest gem from
|
||||||
;; native-inputs, not the one installed otherwise. This is required
|
;; native-inputs, not the one installed otherwise. This is required
|
||||||
;; since turn@0.9.7 needs minitest@4 and can not be upgraded to
|
;; since turn@0.9.7 needs minitest@4 and can not be upgraded to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue