zeromq: add passthru.tests

This commit is contained in:
Sebastián Mancilla
2024-09-01 21:11:49 -04:00
parent 774ed19961
commit a0eb45841d
+18
View File
@@ -8,6 +8,13 @@
asciidoc,
xmlto,
enableDrafts ? false,
# for passthru.tests
azmq,
cppzmq,
czmq,
zmqpp,
ffmpeg,
python3,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -65,6 +72,17 @@ stdenv.mkDerivation (finalAttrs: {
install -vDm644 -t "$out/share/man/man7" ../doc/*.7
'';
passthru.tests = {
inherit
azmq
cppzmq
czmq
zmqpp
;
pyzmq = python3.pkgs.pyzmq;
ffmpeg = ffmpeg.override { withZmq = true; };
};
meta = {
branch = "4";
homepage = "http://www.zeromq.org";