1
Fork 0
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:
Florian Pelz 2025-02-18 17:58:36 +01:00
parent 9114c27b9a
commit d98e6ab337
No known key found for this signature in database
GPG key ID: 300888CB39C63817

View file

@ -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