guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 01/01: gnu: ruby-simplecov-html: Fix hash and disable tests.
Date: Tue, 24 Nov 2015 15:39:37 +0000

rekado pushed a commit to branch master
in repository guix.

commit 8b749cf3cb5934e6ca29f46a1c87ed1f2b83e81d
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 24 16:33:12 2015 +0100

    gnu: ruby-simplecov-html: Fix hash and disable tests.
    
    * gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect
      hash.
    [arguments]: Disable tests.
---
 gnu/packages/ruby.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7c12421..4a33c3c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]