IRC user jlicht gave me a patch, which I used to successful build gajim after 
patching a guix checkout yesterday. I am attaching unaltered the patch file I 
received.

Christopher Howard
>From 5af74fc3b14aaa26099514d11dda06a24007e4b6 Mon Sep 17 00:00:00 2001
Message-Id: 
<5af74fc3b14aaa26099514d11dda06a24007e4b6.1682115095.git.jli...@fsfe.org>
From: Jelle Licht <jli...@fsfe.org>
Date: Sat, 22 Apr 2023 00:08:20 +0200
Subject: [PATCH] gnu: gajim: Add missing inputs.

* gnu/packages/messaging.scm (gajim)[native-inputs]: Add python-wheel.
[inputs]: Add python-idna.
---

 gnu/packages/messaging.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ebb9bc17b3..e9d7a80a49 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1208,6 +1208,7 @@ (define-public gajim
            `(,gtk+ "bin")
            python-distutils-extra
            python-setuptools
+           python-wheel
            xorg-server-for-tests))
     (inputs
      (list avahi
@@ -1233,6 +1234,7 @@ (define-public gajim
            python-css-parser
            python-dbus
            python-gssapi
+           python-idna
            python-keyring
            python-nbxmpp
            python-packaging
-- 
2.39.2

Reply via email to