mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
a1e6a360a5
commit
cd0daf65a0
1 changed files with 13 additions and 13 deletions
|
@ -12965,20 +12965,20 @@ (define-public ruby-sass-spec
|
|||
(base32 "1zsw66830w0xlc7kxz6fm4b5nyb44vdsdgm9mgy06s5aixx83pwr"))))
|
||||
(build-system ruby-build-system)
|
||||
(propagated-inputs
|
||||
`(("ruby-command-line-reporter-3" ,ruby-command-line-reporter-3)
|
||||
("ruby-diffy" ,ruby-diffy)
|
||||
("ruby-terminfo" ,ruby-terminfo)))
|
||||
(list ruby-command-line-reporter-3
|
||||
ruby-diffy))
|
||||
(arguments
|
||||
`(;; This package contains tests for a sass implementation, and the to
|
||||
;; avoid any circular dependencies, the tests are not run here
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-test
|
||||
(lambda _
|
||||
(delete-file "spec/values/colors/alpha_hex-3.5/error")
|
||||
(substitute* "spec/values/colors/alpha_hex-3.5/expected_output.css"
|
||||
(("string") "color")))))))
|
||||
(list
|
||||
;; This package contains tests for a sass implementation, and the to
|
||||
;; avoid any circular dependencies, the tests are not run here
|
||||
#:tests? #f
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-test
|
||||
(lambda _
|
||||
(delete-file "spec/values/colors/alpha_hex-3.5/error")
|
||||
(substitute* "spec/values/colors/alpha_hex-3.5/expected_output.css"
|
||||
(("string") "color")))))))
|
||||
(home-page "https://github.com/sass/sass-spec")
|
||||
(synopsis "Test suite for Sass")
|
||||
(description "Sass Spec is a test suite for Sass. Test cases are all in
|
||||
|
|
Loading…
Reference in a new issue