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
1 changed files with 2 additions and 1 deletions
|
@ -841,8 +841,9 @@ (define-public ruby-simplecov-html
|
|||
(uri (rubygems-uri "simplecov-html" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj"))))
|
||||
"1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments `(#:tests? #f)) ; there are no tests
|
||||
(native-inputs
|
||||
`(("bundler" ,bundler)))
|
||||
(synopsis "Default HTML formatter for SimpleCov code coverage tool")
|
||||
|
|
Loading…
Reference in a new issue