diff options
-rw-r--r-- | gnu/packages/ruby-xyz.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |