gnu: ruby-simplecov-html: Fix hash and disable tests.
* gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect hash. [arguments]: Disable tests.
This commit is contained in:
parent
5ca2b3c245
commit
8b749cf3cb
|
@ -841,8 +841,9 @@ and JRuby.")
|
||||||
(uri (rubygems-uri "simplecov-html" version))
|
(uri (rubygems-uri "simplecov-html" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj"))))
|
"1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
|
(arguments `(#:tests? #f)) ; there are no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)))
|
`(("bundler" ,bundler)))
|
||||||
(synopsis "Default HTML formatter for SimpleCov code coverage tool")
|
(synopsis "Default HTML formatter for SimpleCov code coverage tool")
|
||||||
|
|
Loading…
Reference in New Issue