mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +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:
parent
bb8772b75c
commit
f7e59a7e04
1 changed files with 5 additions and 2 deletions
|
@ -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.")
|
@code{inf-ruby-wrapper-command} customization variable could be helpful.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-chruby-el
|
(define-public emacs-chruby
|
||||||
(let ((version "1.0")
|
(let ((version "1.0")
|
||||||
(commit "42bc6d521f832eca8e2ba210f30d03ad5529788f")
|
(commit "42bc6d521f832eca8e2ba210f30d03ad5529788f")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-chruby-el")
|
(name "emacs-chruby")
|
||||||
(version (git-version version revision commit))
|
(version (git-version version revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(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.")
|
(description "This package lets you switch Ruby versions using chruby.")
|
||||||
(license license:gpl3+))))
|
(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
|
;; Package has no release. Version is extracted from "Version:" keyword in
|
||||||
;; main file.
|
;; main file.
|
||||||
(define-public emacs-zeno-theme
|
(define-public emacs-zeno-theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue