This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e1973ae gnu: gajim: Fix typo.
e1973ae is described below
commit e1973ae74beb2880c11593155849f43e23ef620c
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Dec 10 04:53:08 2021 +0100
gnu: gajim: Fix typo.
* gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets.
All typos are my own.
---
gnu/packages/messaging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3509327..86a61cf 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1215,7 +1215,7 @@ of xmpppy.")
;; ModuleNotFoundError: No module named 'gajim.gui.emoji_data'
;; https://dev.gajim.org/gajim/gajim/-/issues/10478
(delete-file "test/lib/gajim_mocks.py")
- (delete-file "test/unit/test_gui_interface.py")
+ (delete-file "test/unit/test_gui_interface.py")))
(replace 'check
(lambda _
;; Tests require a running X server.