guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 410f83e29489aaf78a05fab40c52b6fad78e967e
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:49 2025 +0200
gnu: ruby-fog-xml: Sanitize dependencies.
* gnu/packages/ruby-xyz.scm (ruby-fog-xml)[arguments]{phases}: Add
phase 'sanitize-dependencies.
---
gnu/packages/ruby-xyz.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index a411178521..34cf7b7e3a 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -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 [email protected] needs minitest@4 and can not be upgraded to