mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add guile3.0-ncurses-with-gpm.
* gnu/packages/guile-xyz.scm (guile3.0-ncurses/gpm): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
3c566eba19
commit
87001355cc
1 changed files with 7 additions and 0 deletions
|
@ -1879,6 +1879,13 @@ library.")
|
|||
(inputs `(("ncurses" ,ncurses/gpm)
|
||||
("guile" ,guile-2.2)))))
|
||||
|
||||
(define-public guile3.0-ncurses/gpm
|
||||
(package
|
||||
(inherit guile3.0-ncurses)
|
||||
(name "guile3.0-ncurses-with-gpm")
|
||||
(inputs `(("ncurses" ,ncurses/gpm)
|
||||
("guile" ,guile-3.0)))))
|
||||
|
||||
(define-public guile-lib
|
||||
(package
|
||||
(name "guile-lib")
|
||||
|
|
Loading…
Reference in a new issue