about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2023-03-24 12:07:46 +0100
committerpjotrp2023-03-24 12:07:46 +0100
commit217bb83b3a099f12acd5f3c6acad9e676dfd4acb (patch)
tree2f21832632d1d0330b637492d45e063886be5705
parentc99bd25ee535e432eddea63a8d1aec7f1f8255b8 (diff)
downloadguix-bioinformatics-217bb83b3a099f12acd5f3c6acad9e676dfd4acb.tar.gz
Adding ruby-lmdb package
-rw-r--r--gn/packages/ruby.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index d02fc49..e2c4164 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -5987,7 +5987,9 @@ Simple gem that adds various color methods to String class, and can be used as f
     `(("ruby-rake" ,ruby-rake)
        ("ruby-rake-compiler" ,ruby-rake-compiler)
        ("ruby-rspec" ,ruby-rspec)      ("ruby-rspec" ,ruby-rspec)))
-   (synopsis "lmdb is a Ruby binding to OpenLDAP Lightning MDB.")
+   (arguments
+    `(#:tests? #f ; There are no tests.
+   ))   (synopsis "lmdb is a Ruby binding to OpenLDAP Lightning MDB.")
    (description "lmdb is a Ruby binding to OpenLDAP Lightning MDB.")
    (home-page "https://github.com/doriantaylor/rb-lmdb")
    (license license:expat)))