mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
gst-plugins-good: add openssl dependency
(cherry picked from commit b103e1e3d7)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user