1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: ruby-yaml-lint: Sanitize dependencies.

* gnu/packages/ruby-xyz.scm (ruby-yaml-lint)[arguments]{phases}: Add
phase 'sanitize-dependencies.
This commit is contained in:
Nicolas Graves 2025-06-18 16:27:46 +02:00 committed by Andreas Enge
parent b74aa17c30
commit 70e41cb183
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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?