aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/ruby.scm
diff options
context:
space:
mode:
authorpjotrp2017-02-26 19:13:31 +0000
committerpjotrp2017-02-26 19:13:31 +0000
commit7affda5295cb6bab9cd336be0fea70e1c2bf24d2 (patch)
tree8484a497a32d8d4919c44b64daef0e5f7585c279 /gn/packages/ruby.scm
parent699b05703c743baf51f720db22eb0a2438cb8cad (diff)
downloadguix-bioinformatics-7affda5295cb6bab9cd336be0fea70e1c2bf24d2.tar.gz
Added comments on guix viability
- removed r-wcna and r-preprocesscore as they are in Guix now
Diffstat (limited to 'gn/packages/ruby.scm')
-rw-r--r--gn/packages/ruby.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index 41743d9..5307e1c 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -96,7 +96,7 @@ a focus on simplicity and productivity.")
(home-page "https://ruby-lang.org")
(license license:ruby)))
-(define-public bio-vcf
+(define-public bio-vcf ; guix ready with tests
(package
(name "bio-vcf")
(version "0.9.2")
@@ -121,7 +121,7 @@ filtering and output rewriting (JSON, RDF etc.)")
"http://github.com/pjotrp/bioruby-vcf")
(license expat)))
-(define-public bio-table
+(define-public bio-table ; guix ready with tests
(package
(name "bio-table")
(version "1.0.0")
@@ -228,7 +228,7 @@ for an example.")
(home-page "https://github.com/knu/webrobots")
(license #f)))
-(define-public ruby-mechanize
+(define-public ruby-mechanize ; guix maybe ready
(package
(name "ruby-mechanize")
(version "2.7.5")