gnu: guile: Add 'guile-next' as a deprecated alias.

This is a followup to f6396d862f.

* gnu/packages/guile.scm (guile-next): New variable.
master
Ludovic Courtès 2017-03-22 09:47:42 +01:00
parent 326249bab8
commit 5cd074ea32
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -261,6 +261,9 @@ without requiring the source code to be rewritten.")
(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."