live555: add vlc test

This commit is contained in:
Jonathan Ringer 2022-01-27 10:23:23 -08:00 committed by Jonathan Ringer
parent e87db3c8c3
commit 1e8d75b093

View File

@ -3,6 +3,9 @@
, fetchurl
, darwin
, openssl
# major and only downstream dependency
, vlc
}:
stdenv.mkDerivation rec {
@ -62,6 +65,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit vlc;
};
meta = with lib; {
homepage = "http://www.live555.com/liveMedia/";
description = "Set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP)";