1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: guile-ncurses-with-gpm: Fix Guile version.

* gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0,
not guile-2.2.
This commit is contained in:
Tobias Geerinckx-Rice
2021-05-07 17:25:37 +02:00
parent e15f7a6b5a
commit b4d809b063

View File

@@ -2205,7 +2205,7 @@ library.")
(inherit guile-ncurses)
(name "guile-ncurses-with-gpm")
(inputs `(("ncurses" ,ncurses/gpm)
("guile" ,guile-2.2)))))
("guile" ,guile-3.0)))))
(define-public guile3.0-ncurses/gpm
(package