me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2021-05-07 17:25:37 +02:00
parent e15f7a6b5a
commit b4d809b063
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

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