mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Remove ruby@2.4.
* gnu/packages/ruby.scm (ruby-2.4): Remove variable.
This commit is contained in:
parent
f4f225e482
commit
ae9b3d7cf1
1 changed files with 0 additions and 19 deletions
|
@ -230,25 +230,6 @@ (define-public ruby-2.5
|
||||||
(base32
|
(base32
|
||||||
"1w2qncacm7h3f3il1whghdabwnv9fvwmz9f1a9vcg32006ljyzx8"))))))
|
"1w2qncacm7h3f3il1whghdabwnv9fvwmz9f1a9vcg32006ljyzx8"))))))
|
||||||
|
|
||||||
(define-public ruby-2.4
|
|
||||||
(package
|
|
||||||
(inherit ruby-2.6)
|
|
||||||
(version "2.4.10")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
|
|
||||||
(version-major+minor version)
|
|
||||||
"/ruby-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1prhqlgik1zmw9lakl6hkriqslspw48pvhxff17h7ns42p8qwrnm"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet `(begin
|
|
||||||
;; Remove bundled libffi
|
|
||||||
(delete-file-recursively "ext/fiddle/libffi-3.2.1")
|
|
||||||
#t))))))
|
|
||||||
|
|
||||||
(define-public ruby ruby-2.7)
|
(define-public ruby ruby-2.7)
|
||||||
|
|
||||||
(define-public mruby
|
(define-public mruby
|
||||||
|
|
Loading…
Reference in a new issue