mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile: Add 'guile-next' as a deprecated alias.
This is a followup to f6396d862f
.
* gnu/packages/guile.scm (guile-next): New variable.
This commit is contained in:
parent
326249bab8
commit
5cd074ea32
1 changed files with 3 additions and 0 deletions
|
@ -261,6 +261,9 @@ (define-public guile-2.2
|
|||
(files '("lib/guile/2.2/site-ccache"
|
||||
"share/guile/site/2.2")))))))
|
||||
|
||||
(define-public guile-next
|
||||
(deprecated-package "guile-next" guile-2.2))
|
||||
|
||||
(define (guile-variant-package-name prefix)
|
||||
(lambda (name)
|
||||
"Return NAME with PREFIX instead of \"guile-\", when applicable."
|
||||
|
|
Loading…
Reference in a new issue