gnu: Add guile-ncurses-with-gpm.
* gnu/packages/guile.scm (guile-ncurses/gpm): New variable.
This commit is contained in:
parent
87ffa416af
commit
4d02e9ff90
|
@ -519,6 +519,13 @@ many readers as needed).")
|
||||||
library.")
|
library.")
|
||||||
(license license:lgpl3+)))
|
(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
|
(define-public mcron
|
||||||
(package
|
(package
|
||||||
(name "mcron")
|
(name "mcron")
|
||||||
|
|
Loading…
Reference in New Issue