guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: mcabber: Add missing native-inputs.


From: guix-commits
Subject: 06/08: gnu: mcabber: Add missing native-inputs.
Date: Thu, 25 Feb 2021 19:30:01 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 7464c333dc6bca18ed56082c4977298ed39010a1
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Feb 24 22:58:51 2021 -0500

    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>
---
 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 ef6db57..0e43ed9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]