Unverified Commit 612b0052 authored by Lily Foster's avatar Lily Foster Committed by GitHub
Browse files

Merge pull request #269542 from NixOS/backport-267733-to-staging-23.11

[Backport staging-23.11] gst-plugins-good: add openssl dependency
parents fb1cf6cf eed8acbb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 [