gnu: gajim: Fix typo.
* gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets. All typos are my own.master
parent
4bf8348ff3
commit
e1973ae74b
|
@ -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.
|
||||
|
|
Reference in New Issue