[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gajim: Fix typo.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gajim: Fix typo. |
Date: |
Thu, 09 Dec 2021 22:53:40 -0500 |
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 <me@tobias.gr>
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gajim: Fix typo.,
guix-commits <=