gst-plugins-good: add openssl dependency

This commit is contained in:
Max 2023-11-15 20:53:33 +01:00
parent 47ee4a5a83
commit b103e1e3d7

View File

@ -43,6 +43,7 @@
, libgudev
, wavpack
, glib
, openssl
# Checks meson.is_cross_build(), so even canExecute isn't enough.
, enableDocumentation ? stdenv.hostPlatform == stdenv.buildPlatform, hotdoc
}:
@ -109,6 +110,7 @@ stdenv.mkDerivation rec {
libintl
ncurses
wavpack
openssl
] ++ lib.optionals raspiCameraSupport [
libraspberrypi
] ++ lib.optionals enableX11 [