gnu: gajim: Fix typo.
* gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets. All typos are my own.
This commit is contained in:
parent
4bf8348ff3
commit
e1973ae74b
1 changed files with 1 additions and 1 deletions
|
@ -1215,7 +1215,7 @@ of xmpppy.")
|
||||||
;; ModuleNotFoundError: No module named 'gajim.gui.emoji_data'
|
;; ModuleNotFoundError: No module named 'gajim.gui.emoji_data'
|
||||||
;; https://dev.gajim.org/gajim/gajim/-/issues/10478
|
;; https://dev.gajim.org/gajim/gajim/-/issues/10478
|
||||||
(delete-file "test/lib/gajim_mocks.py")
|
(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
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Tests require a running X server.
|
;; Tests require a running X server.
|
||||||
|
|
Reference in a new issue