gnu: ruby-sass-spec: Remove ruby-terminfo input.

As I don't think it's necessary.

* gnu/packages/ruby.scm (ruby-sass-spec)[propagated-inputs]: Remove
ruby-terminfo.
[arguments]: Update style.
This commit is contained in:
Christopher Baines 2023-07-04 16:17:59 +01:00
parent a1e6a360a5
commit cd0daf65a0
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -12965,20 +12965,20 @@ strings or files.")
(base32 "1zsw66830w0xlc7kxz6fm4b5nyb44vdsdgm9mgy06s5aixx83pwr")))) (base32 "1zsw66830w0xlc7kxz6fm4b5nyb44vdsdgm9mgy06s5aixx83pwr"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs
`(("ruby-command-line-reporter-3" ,ruby-command-line-reporter-3) (list ruby-command-line-reporter-3
("ruby-diffy" ,ruby-diffy) ruby-diffy))
("ruby-terminfo" ,ruby-terminfo)))
(arguments (arguments
`(;; This package contains tests for a sass implementation, and the to (list
;; avoid any circular dependencies, the tests are not run here ;; This package contains tests for a sass implementation, and the to
#:tests? #f ;; avoid any circular dependencies, the tests are not run here
#:phases #:tests? #f
(modify-phases %standard-phases #:phases
(add-after 'unpack 'patch-test #~(modify-phases %standard-phases
(lambda _ (add-after 'unpack 'patch-test
(delete-file "spec/values/colors/alpha_hex-3.5/error") (lambda _
(substitute* "spec/values/colors/alpha_hex-3.5/expected_output.css" (delete-file "spec/values/colors/alpha_hex-3.5/error")
(("string") "color"))))))) (substitute* "spec/values/colors/alpha_hex-3.5/expected_output.css"
(("string") "color")))))))
(home-page "https://github.com/sass/sass-spec") (home-page "https://github.com/sass/sass-spec")
(synopsis "Test suite for Sass") (synopsis "Test suite for Sass")
(description "Sass Spec is a test suite for Sass. Test cases are all in (description "Sass Spec is a test suite for Sass. Test cases are all in