gnu: mcabber: Add missing native-inputs.
* gnu/packages/messaging.scm (mcabber) [native-inputs]: Add perl and python-wrapper. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
5e69fcf429
commit
7464c333dc
@ -1956,7 +1956,9 @@ protocol allows.")
|
||||
("ncurses" ,ncurses)
|
||||
("loudmouth" ,loudmouth)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
`(("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)))
|
||||
(home-page "https://mcabber.com")
|
||||
(description
|
||||
"Mcabber is a small XMPP (Jabber) console client, which includes features
|
||||
|
Loading…
Reference in New Issue
Block a user