aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
diff options
context:
space:
mode:
authorLilah Tascheter <lilah@lunabee.space>2023-04-27 14:43:17 -0500
committerLudovic Courtès <ludo@gnu.org>2023-05-19 16:46:34 +0200
commit7bc86c7cc72280ba0ca9db636bb5ca76df9d9b1e (patch)
treea34d6b0bde1c61bb1da76283499ed8ed1db6e93c /gnu/packages/messaging.scm
parent8c302c2e261bdba06d7b077aaf1bf1712ded2f40 (diff)
downloadguix-7bc86c7cc72280ba0ca9db636bb5ca76df9d9b1e.tar
guix-7bc86c7cc72280ba0ca9db636bb5ca76df9d9b1e.tar.gz
gnu: packages: Fix weechat-wee-slack build.
* gnu/packages/messaging.scm (weechat-wee-slack)[inputs]: Add python-mock test dependency. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r--gnu/packages/messaging.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 4b22bdbd0b..f87dc195bc 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3383,7 +3383,7 @@ Weechat communicate over the Matrix protocol.")
(when tests?
(invoke "pytest")))))))
(inputs
- (list python-websocket-client))
+ (list python-mock python-websocket-client))
(native-inputs
(list python-pytest))
(home-page "https://github.com/wee-slack/wee-slack")