guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 0cccbdbaed703c86434586f62385da2f3053e49d
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:46 2025 +0200
gnu: ruby-yaml-lint: Sanitize dependencies.
* gnu/packages/ruby-xyz.scm (ruby-yaml-lint)[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 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?