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,15 +12965,15 @@ 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
;; This package contains tests for a sass implementation, and the to
;; avoid any circular dependencies, the tests are not run here ;; avoid any circular dependencies, the tests are not run here
#:tests? #f #:tests? #f
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-test (add-after 'unpack 'patch-test
(lambda _ (lambda _
(delete-file "spec/values/colors/alpha_hex-3.5/error") (delete-file "spec/values/colors/alpha_hex-3.5/error")