mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: mtxclient: Update to 0.3.0.
* gnu/packages/messaging.scm (mtxclient): Update to 0.3.0. [arguments]: Disable Pushrules test as it requires network. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
20b5f14981
commit
1f49f5c14a
1 changed files with 3 additions and 3 deletions
|
@ -1831,7 +1831,7 @@ (define-public libqmatrixclient
|
|||
(define-public mtxclient
|
||||
(package
|
||||
(name "mtxclient")
|
||||
(version "0.2.1")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1840,7 +1840,7 @@ (define-public mtxclient
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pycznrvj57ff6gbwfn1xj943d2dr4vadl79hii1z16gn0nzxpmj"))))
|
||||
(base32 "0vf5xmn6yfi5lvskfgrdmnalvclzrapcrml92bj9qaa8vq8mfsf2"))))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
|
@ -1851,7 +1851,7 @@ (define-public mtxclient
|
|||
(add-before 'configure 'disable-network-tests
|
||||
(lambda _
|
||||
(substitute* "CMakeLists.txt"
|
||||
(("add_test\\((BasicConnectivity|ClientAPI|MediaAPI|Encryption)")
|
||||
(("add_test\\((BasicConnectivity|ClientAPI|MediaAPI|Encryption|Pushrules)")
|
||||
"# add_test"))
|
||||
#t))
|
||||
(add-before 'configure 'set-home
|
||||
|
|
Loading…
Reference in a new issue