GNU bug report logs -
#78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-straight-el): Define in terms of
'deprecated-package'.
(emacs-straight): New variable, formerly known as "emacs-straight-el".
---
gnu/packages/emacs-xyz.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6f64da8d99..89101c8bf4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43269,11 +43269,11 @@ (define-public emacs-pyimport
"@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
@@ -43310,10 +43310,13 @@ (define-public emacs-straight-el
(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")
--
2.49.0
This bug report was last modified 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.