From c32fb4d7bcbcc6a68d1a3ed1532be4851e4e1a7b Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 24 Feb 2021 22:58:51 -0500 Subject: [PATCH 07/10] gnu: mcabber: Add missing native-inputs. * gnu/packages/messaging.scm (mcabber) [native-inputs]: Add perl and python-wrapper. --- gnu/packages/messaging.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 90ef3e8a67..95df1d9f40 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1955,7 +1955,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 -- 2.30.1