guix_mirror_bot pushed a commit to branch ruby-team in repository guix. commit a46d186734a509bbb55421b0554bf045790f72b4 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