~ruther/guix-local

53d2bae8107c1cdf90d12c25ba05d1adbb788065 — Nicolas Graves 1 year, 1 month ago e6abd00
gnu: ruby-fog-xml: Sanitize dependencies.

* gnu/packages/ruby-xyz.scm (ruby-fog-xml)[arguments]{phases}: Add
phase 'sanitize-dependencies.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/ruby-xyz.scm
M gnu/packages/ruby-xyz.scm => gnu/packages/ruby-xyz.scm +4 -0
@@ 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