nixos/tests/xmpp: add optional dependencies for xep_0363 plugin

This commit is contained in:
Willy 2025-05-02 23:03:53 +02:00
parent 0e15667b31
commit 8e166f7ad2

View file

@ -18,9 +18,11 @@ writeScriptBin "send-message" ''
#!${ #!${
(python3.withPackages ( (python3.withPackages (
ps: ps:
with ps;
[ [
ps.slixmpp slixmpp
] ]
++ slixmpp.optional-dependencies.xep-0363
)).interpreter )).interpreter
} }
import logging import logging