about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/ruby.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index 3838d55..e46616c 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -240,7 +240,7 @@ for an example.")
         (base32
          "1f861x62kmggy60krv229s5jl7afq9nblwcfih3kp9bm5c5jn16y"))))
     (build-system ruby-build-system)
-    (arguments '(#:gem-flags '("--trace")))
+    (arguments '(#:tests? #f)) ; one test fails
     (inputs
      `(("ruby" ,ruby)))
     (propagated-inputs
@@ -254,8 +254,6 @@ for an example.")
        ("ruby-nokogiri" ,ruby-nokogiri)
        ("ruby-ntlm-http" ,ruby-ntlm-http)
        ("ruby-webrobots" ,ruby-webrobots)))
-    (arguments
-     `(#:tests? #f)) ;; one test fails
     (synopsis
      "The Mechanize library is used for automating interaction with websites.
 Mechanize automatically stores and sends cookies, follows redirects,