mediastreamer: use python3
This commit is contained in:
parent
bba77d5b43
commit
24d008a9f4
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ stdenv.mkDerivation rec {
|
|||
srtp
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
# Do not build static libraries
|
||||
cmakeFlags = [ "-DENABLE_STATIC=NO" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue