zeromq: add passthru.tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user