oven-media-engine: openssl_3_0 -> openssl

This commit is contained in:
ajs124 2022-02-07 23:06:07 +01:00
parent 075b852820
commit ac6e552a30

View file

@ -5,7 +5,7 @@
, bc
, pkg-config
, perl
, openssl_3
, openssl
, zlib
, ffmpeg
, libvpx
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
nativeBuildInputs = [ bc pkg-config perl ];
buildInputs = [ openssl_3 srt zlib ffmpeg libvpx libopus srtp jemalloc pcre2 libuuid ];
buildInputs = [ openssl srt zlib ffmpeg libvpx libopus srtp jemalloc pcre2 libuuid ];
preBuild = ''
patchShebangs core/colorg++