gnu: ruby: Remove ruby-2.3.
authorChristopher Baines <mail@cbaines.net>
Wed, 1 Apr 2020 18:17:40 +0000 (19:17 +0100)
committerChristopher Baines <mail@cbaines.net>
Wed, 13 May 2020 16:37:23 +0000 (17:37 +0100)
No packages in Guix depend on Ruby 2.3, and it was declared as end-of-life on
2019-03-31 by the upstream project.

* gnu/packages/ruby.scm (ruby-2.3): Remove variable.

gnu/packages/ruby.scm

index c92daf6..41b30eb 100644 (file)
@@ -169,25 +169,6 @@ a focus on simplicity and productivity.")
                    (delete-file-recursively "ext/fiddle/libffi-3.2.1")
                    #t))))))
 
-(define-public ruby-2.3
-  (package
-    (inherit ruby)
-    (version "2.3.8")
-    (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
-         "1zhxbjff08pvbnxvn58krns6q0p6g4977q6ykfn823gxhifn63wi"))
-       (modules '((guix build utils)))
-       (snippet `(begin
-                   ;; Remove bundled libffi
-                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
-                   #t))))))
-
 (define-public mruby
   (package
     (name "mruby")