oven-media-engine: openssl_3_0 -> openssl
This commit is contained in:
parent
075b852820
commit
ac6e552a30
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user