1
Fork 0
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:
Nicolas Graves 2025-06-18 16:27:49 +02:00 committed by Andreas Enge
parent e6abd00e31
commit 53d2bae810
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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