mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: Add ruby-rake-compiler-dock.
* gnu/packages/ruby.scm (ruby-rake-compiler-dock): New variable.
This commit is contained in:
parent
cd7fedb2bf
commit
d030239c65
1 changed files with 19 additions and 0 deletions
|
@ -435,6 +435,25 @@ (define-public ruby-rake-compiler
|
||||||
(home-page "https://github.com/rake-compiler/rake-compiler")
|
(home-page "https://github.com/rake-compiler/rake-compiler")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-rake-compiler-dock
|
||||||
|
(package
|
||||||
|
(name "ruby-rake-compiler-dock")
|
||||||
|
(version "1.3.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "rake-compiler-dock" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0yr5f72irvhmnk12q7bbr4qw0xwy7diqkbcvb4lygjbg7rvk3k8k"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;test suite requires docker
|
||||||
|
(synopsis "Cross compiler environment for building Ruby gems")
|
||||||
|
(description "The code{rake-compiler-dock} gem provides a cross compiler
|
||||||
|
environment for building gems on a variety of platforms (GNU/Linux, JRuby,
|
||||||
|
Windows and Mac).")
|
||||||
|
(home-page "https://github.com/rake-compiler/rake-compiler-dock")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-rsync
|
(define-public ruby-rsync
|
||||||
(package
|
(package
|
||||||
(name "ruby-rsync")
|
(name "ruby-rsync")
|
||||||
|
|
Loading…
Reference in a new issue