summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ruby-xyz.scm')
-rw-r--r--gnu/packages/ruby-xyz.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index c487486570..8e046089ec 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -13427,6 +13427,10 @@ YAML.load suitable for accepting user input in Ruby applications.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'sanitize-dependencies
+ (lambda _
+ (substitute* "spec/spec_helper.rb"
+ ((".*[Cc]overalls.*") ""))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?