guix_mirror_bot pushed a commit to branch master in repository guix. commit 53d2bae8107c1cdf90d12c25ba05d1adbb788065 Author: Nicolas Graves <ngra...@ngraves.fr> 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 turn@0.9.7 needs minitest@4 and can not be upgraded to