mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-straight-el: Rename package to emacs-straight.
* gnu/packages/emacs-xyz.scm (emacs-straight-el): Define in terms of 'deprecated-package'. (emacs-straight): New variable, formerly known as "emacs-straight-el". Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
94cb942af3
commit
80d6fec50f
1 changed files with 6 additions and 3 deletions
|
@ -43656,11 +43656,11 @@ on the chosen style."))))
|
|||
"@code{emacs-pyimport} manages python imports from Emacs via @code{python-pyflakes}.")
|
||||
(license license:gpl3+)))) ; License is in pyimport.el
|
||||
|
||||
(define-public emacs-straight-el
|
||||
(define-public emacs-straight
|
||||
(let ((commit "44a866f28f3ded6bcd8bc79ddc73b8b5044de835")
|
||||
(revision "4"))
|
||||
(package
|
||||
(name "emacs-straight-el")
|
||||
(name "emacs-straight")
|
||||
(version (git-version "0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
|
@ -43697,10 +43697,13 @@ on the chosen style."))))
|
|||
(home-page "https://github.com/radian-software/straight.el/")
|
||||
(synopsis "Purely functional package manager for the Emacs hacker")
|
||||
(description
|
||||
"@code{emacs-straight-el} is a purely functional package manager for the Emacs
|
||||
"@code{emacs-straight} is a purely functional package manager for the Emacs
|
||||
hacker.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-deprecated/public emacs-straight-el emacs-straight
|
||||
(deprecated-package "emacs-straight-el" emacs-straight))
|
||||
|
||||
(define-public emacs-osm
|
||||
(package
|
||||
(name "emacs-osm")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue