mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nixos/tests/xmpp: add optional dependencies for xep_0363 plugin
This commit is contained in:
parent
0e15667b31
commit
8e166f7ad2
1 changed files with 3 additions and 1 deletions
|
@ -18,9 +18,11 @@ writeScriptBin "send-message" ''
|
|||
#!${
|
||||
(python3.withPackages (
|
||||
ps:
|
||||
with ps;
|
||||
[
|
||||
ps.slixmpp
|
||||
slixmpp
|
||||
]
|
||||
++ slixmpp.optional-dependencies.xep-0363
|
||||
)).interpreter
|
||||
}
|
||||
import logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue