mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
b74aa17c30
commit
70e41cb183
1 changed files with 4 additions and 0 deletions
|
@ -13427,6 +13427,10 @@ YAML.load suitable for accepting user input in Ruby applications.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'sanitize-dependencies
|
||||||
|
(lambda _
|
||||||
|
(substitute* "spec/spec_helper.rb"
|
||||||
|
((".*[Cc]overalls.*") ""))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue