mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: ruby-rjb: Update to 1.6.7.
* gnu/packages/ruby.scm (ruby-rjb): Update to 1.6.7. [arguments]: Update style.
This commit is contained in:
parent
c7f93b1b85
commit
04e5318eac
1 changed files with 9 additions and 9 deletions
|
@ -1212,22 +1212,22 @@ next patch version for example.")
|
||||||
(define-public ruby-rjb
|
(define-public ruby-rjb
|
||||||
(package
|
(package
|
||||||
(name "ruby-rjb")
|
(name "ruby-rjb")
|
||||||
(version "1.5.5")
|
(version "1.6.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "rjb" version))
|
(uri (rubygems-uri "rjb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ppj8rbicj3w0nhh7f73mflq19yd7pzdzkh2a91hcvphriy5b0ca"))))
|
"0ck802bm8cklhmqsgzhsa0y8lg80qy52dp3m8rlld3zc5gv1rsb9"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no rakefile
|
(list
|
||||||
#:phases
|
#:tests? #f ; no rakefile
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-before 'build 'set-java-home
|
#~(modify-phases %standard-phases
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(add-before 'build 'set-java-home
|
||||||
(setenv "JAVA_HOME" (assoc-ref inputs "jdk"))
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
#t)))))
|
(setenv "JAVA_HOME" (assoc-ref inputs "jdk")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("jdk" ,icedtea "jdk")))
|
`(("jdk" ,icedtea "jdk")))
|
||||||
(synopsis "Ruby-to-Java bridge using the Java Native Interface")
|
(synopsis "Ruby-to-Java bridge using the Java Native Interface")
|
||||||
|
|
Loading…
Add table
Reference in a new issue