about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner2022-06-01 12:18:28 +0300
committerEfraim Flashner2022-06-01 12:19:49 +0300
commite5bdf3309e1bdd6ea9c33ae3513969db768a3cde (patch)
tree422d66c244a88d0762faff00e6a8818e0e577117
parentd0db34e42239177444113ae8f6eaee6379df0e7c (diff)
downloadguix-bioinformatics-e5bdf3309e1bdd6ea9c33ae3513969db768a3cde.tar.gz
ruby-cbor upstreamed
-rw-r--r--gn/packages/ruby.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index 57c7af7..ca0339f 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -4465,33 +4465,6 @@ both the the request and response in between unicorn and slow clients.")
     (home-page "https://github.com/mzsanford/R2rb")
     (license #f)))
 
-(define-public ruby-cbor
-  (package
-    (name "ruby-cbor")
-    (version "0.5.9.6")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (rubygems-uri "cbor" version))
-        (sha256
-         (base32
-          "0511idr8xps9625nh3kxr68sdy6l3xy2kcz7r57g47fxb1v18jj3"))))
-    (build-system ruby-build-system)
-    (arguments
-     `(#:test-target "spec"))
-    (native-inputs
-     `(
-       ("ruby-rake-compiler" ,ruby-rake-compiler)
-       ("ruby-rspec" ,ruby-rspec)
-       ("ruby-yard" ,ruby-yard)
-       ))
-    (synopsis
-      "CBOR is a library for the CBOR binary object representation format, based on Sadayuki Furuhashi's MessagePack library.")
-    (description
-      "CBOR is a library for the CBOR binary object representation format, based on Sadayuki Furuhashi's MessagePack library.")
-    (home-page "http://cbor.io/")
-    (license #f)))
-
 (define-public ruby-openssl
   (package
     (name "ruby-openssl")