mediastreamer: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:54:03 +01:00
parent bba77d5b43
commit 24d008a9f4

View File

@ -87,6 +87,8 @@ stdenv.mkDerivation rec {
srtp
];
strictDeps = true;
# Do not build static libraries
cmakeFlags = [ "-DENABLE_STATIC=NO" ];