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:
Ricardo Wurmus 2015-11-24 16:33:12 +01:00
parent 5ca2b3c245
commit 8b749cf3cb

View file

@ -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")