mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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 (
|
(python3.withPackages (
|
||||||
ps:
|
ps:
|
||||||
|
with ps;
|
||||||
[
|
[
|
||||||
ps.slixmpp
|
slixmpp
|
||||||
]
|
]
|
||||||
|
++ slixmpp.optional-dependencies.xep-0363
|
||||||
)).interpreter
|
)).interpreter
|
||||||
}
|
}
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue