mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add emacs-chruby-el.
* gnu/packages/emacs-xyz.scm (emacs-chruby-el): New variable. Change-Id: Ief7622e585326671b123df770eeb3264cf201c3a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a2f7081df4
commit
0169c1e475
1 changed files with 20 additions and 0 deletions
|
@ -7557,6 +7557,26 @@ (define-public emacs-inf-ruby
|
|||
appropriate console.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-chruby-el
|
||||
(let ((version "1.0")
|
||||
(commit "42bc6d521f832eca8e2ba210f30d03ad5529788f")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-chruby-el")
|
||||
(version (git-version version revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/plexus/chruby.el")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "06pvjw40qk017py9km26vjrh90acycnkr5r04nxf664qqkjlg2mc"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/plexus/chruby.el")
|
||||
(synopsis "Emacs support for the Chruby version switcher for Ruby")
|
||||
(description "This packages lets you switch Ruby versions using chruby.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
;; Package has no release. Version is extracted from "Version:" keyword in
|
||||
;; main file.
|
||||
(define-public emacs-zeno-theme
|
||||
|
|
Loading…
Reference in a new issue