mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 06:30:36 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user