gnu: ruby-simplecov-html: Fix hash and disable tests.

* gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect
  hash.
[arguments]: Disable tests.
master
Ricardo Wurmus 2015-11-24 16:33:12 +01:00
parent 5ca2b3c245
commit 8b749cf3cb
1 changed files with 2 additions and 1 deletions

View File

@ -841,8 +841,9 @@ and JRuby.")
(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")