mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: g-golf: Redefine as a non-deprecated alias.
As proposed by Maxim Cournoyer <https://lists.gnu.org/archive/html/guix-devel/2025-02/msg00296.html>. * gnu/packages/guile-xyz.scm (g-golf): Redefine. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Change-Id: I850e05d46c026d6a27c8765ff3753c1bbe555235
This commit is contained in:
parent
9114c27b9a
commit
d98e6ab337
1 changed files with 6 additions and 1 deletions
|
@ -2638,7 +2638,12 @@ are unaffected.")
|
|||
(license license:lgpl3+)))
|
||||
|
||||
(define-public g-golf
|
||||
(deprecated-package "g-golf" guile-g-golf))
|
||||
;; Use ‘guile-g-golf’ above in package inputs and other code. This alias
|
||||
;; exists as a compromise, see
|
||||
;; https://lists.gnu.org/archive/html/guix-devel/2025-02/msg00296.html.
|
||||
(package
|
||||
(inherit guile-g-golf)
|
||||
(name "g-golf")))
|
||||
|
||||
(define-public guile2.2-g-golf
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue