mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: gajim: Update to 1.3.1.
* gnu/packages/messaging.scm (gajim): Update to 1.3.1. [arguments]: Modify custom 'disable-failing-tests phase.
This commit is contained in:
parent
e6cd049e2f
commit
fb4ccb86c2
1 changed files with 5 additions and 3 deletions
|
@ -964,7 +964,7 @@ (define-public python2-nbxmpp
|
||||||
(define-public gajim
|
(define-public gajim
|
||||||
(package
|
(package
|
||||||
(name "gajim")
|
(name "gajim")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -973,7 +973,7 @@ (define-public gajim
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/gajim-" version ".tar.gz"))
|
"/gajim-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v0cx8r1zr9aj17ik5apxxfpr9rv5w8p1i7hfys6wp9292gc7s25"))
|
(base32 "070h1n3miq99z6ln77plk3jlisgfqfs2yyn4rhchpf25zd8is1ba"))
|
||||||
(patches (search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
|
(patches (search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -989,7 +989,9 @@ (define-public gajim
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-failing-tests
|
(add-after 'unpack 'disable-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; https://dev.gajim.org/gajim/gajim/-/issues/10427
|
;; 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")
|
||||||
#t))
|
#t))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
Loading…
Reference in a new issue