GNU bug report logs -
#50537
[PATCH] Add several new ruby gems to Guix
Previous Next
Full log
Message #65 received at 50537 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-nori): New variable.
---
gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c2da3bb168..92146f5fcf 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13024,3 +13024,27 @@ published rates from open-exchange-rates. Compatible with the money gem.")
(description "Routing tree web toolkit")
(home-page "http://roda.jeremyevans.net")
(license license:expat)))
+
+(define-public ruby-nori
+ (package
+ (name "ruby-nori")
+ (version "2.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "nori" version))
+ (sha256
+ (base32
+ "066wc774a2zp4vrq3k7k8p0fhv30ymqmxma1jj7yg5735zls8agn"))))
+ (build-system ruby-build-system)
+ (arguments
+ ;; Tests require too old version of rspec
+ `(#:tests? #f))
+ (native-inputs
+ `(("ruby-rspec" ,ruby-rspec)
+ ("ruby-rake" ,ruby-rake)
+ ("ruby-nokogiri" ,ruby-nokogiri)))
+ (synopsis "XML to Hash translator")
+ (description "XML to Hash translator")
+ (home-page "https://github.com/savonrb/nori")
+ (license license:expat)))
--
2.20.1
This bug report was last modified 2 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.