mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
gnu: Add guile-ncurses-with-gpm.
* gnu/packages/guile.scm (guile-ncurses/gpm): New variable.
This commit is contained in:
@@ -519,6 +519,13 @@ many readers as needed).")
|
||||
library.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public guile-ncurses/gpm
|
||||
(package
|
||||
(inherit guile-ncurses)
|
||||
(name "guile-ncurses-with-gpm")
|
||||
(inputs `(("ncurses" ,ncurses/gpm)
|
||||
("guile" ,guile-2.2)))))
|
||||
|
||||
(define-public mcron
|
||||
(package
|
||||
(name "mcron")
|
||||
|
||||
Reference in New Issue
Block a user