mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: Deprecate the 'g-golf' variable.
g-golf now supports both Guile 3.0 and 2.2. Assign a new name to identify the g-golf for different Guile version. * gnu/packages/guile-xyz.scm (g-golf): Rename to guile-g-golf. (g-golf): Define as deprecated by guile-g-golf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
35c96e65a9
commit
694e317237
1 changed files with 5 additions and 2 deletions
|
@ -1980,11 +1980,11 @@ (define-public guile-sly
|
|||
(home-page "https://dthompson.us/projects/sly.html")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public g-golf
|
||||
(define-public guile-g-golf
|
||||
(let ((commit "1824633d37da3794f349d6829e9dac2cf89adaa8")
|
||||
(revision "1010"))
|
||||
(package
|
||||
(name "g-golf")
|
||||
(name "guile-g-golf")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
|
@ -2067,6 +2067,9 @@ (define (get lib)
|
|||
object-oriented programming system, GOOPS.")
|
||||
(license license:lgpl3+))))
|
||||
|
||||
(define-public g-golf
|
||||
(deprecated-package "g-golf" guile-g-golf))
|
||||
|
||||
(define-public g-wrap
|
||||
(package
|
||||
(name "g-wrap")
|
||||
|
|
Loading…
Reference in a new issue