mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02: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
|
||||
#: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
|
||||
;; native-inputs, not the one installed otherwise. This is required
|
||||
;; 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