1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: emacs-chruby-el: Rename package to emacs-chruby.

* gnu/packages/emacs-xyz.scm (emacs-chruby-el): Define in terms of
'deprecated-package'.
(emacs-chruby): New variable, formerly known as "emacs-chruby-el".

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-05-18 10:16:28 +02:00 committed by Liliana Marie Prikler
parent bb8772b75c
commit f7e59a7e04
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -8595,12 +8595,12 @@ If you are using Guix shell with @file{manifest.scm}, the
@code{inf-ruby-wrapper-command} customization variable could be helpful.")
(license license:gpl3+)))
(define-public emacs-chruby-el
(define-public emacs-chruby
(let ((version "1.0")
(commit "42bc6d521f832eca8e2ba210f30d03ad5529788f")
(revision "0"))
(package
(name "emacs-chruby-el")
(name "emacs-chruby")
(version (git-version version revision commit))
(source (origin
(method git-fetch)
@ -8615,6 +8615,9 @@ If you are using Guix shell with @file{manifest.scm}, the
(description "This package lets you switch Ruby versions using chruby.")
(license license:gpl3+))))
(define-deprecated/public emacs-chruby-el emacs-chruby
(deprecated-package "emacs-chruby-el" emacs-chruby))
;; Package has no release. Version is extracted from "Version:" keyword in
;; main file.
(define-public emacs-zeno-theme