guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 70e41cb1839c4b03e7dfda00c57c9ac1a5b6d08a
Author: Nicolas Graves <ngra...@ngraves.fr>
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?

Reply via email to