mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mc: Support mice.
* gnu/packages/mc.scm (mc)[inputs]: Add gpm.
This commit is contained in:
parent
6e1cf434d7
commit
ef5c6f9097
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ (define-module (gnu packages mc)
|
|||
#:use-module (gnu packages ssh)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages compression))
|
||||
|
||||
|
@ -49,6 +50,7 @@ (define-public mc
|
|||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("perl" ,perl)))
|
||||
(inputs `(("aspell" ,aspell)
|
||||
("gpm" ,gpm)
|
||||
("ncurses" ,ncurses)
|
||||
("libssh2" ,libssh2)
|
||||
("glib" ,glib)
|
||||
|
|
Loading…
Reference in a new issue