mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
gst-plugins-good: add openssl dependency
This commit is contained in:
parent
47ee4a5a83
commit
b103e1e3d7
@ -43,6 +43,7 @@
|
|||||||
, libgudev
|
, libgudev
|
||||||
, wavpack
|
, wavpack
|
||||||
, glib
|
, glib
|
||||||
|
, openssl
|
||||||
# Checks meson.is_cross_build(), so even canExecute isn't enough.
|
# Checks meson.is_cross_build(), so even canExecute isn't enough.
|
||||||
, enableDocumentation ? stdenv.hostPlatform == stdenv.buildPlatform, hotdoc
|
, enableDocumentation ? stdenv.hostPlatform == stdenv.buildPlatform, hotdoc
|
||||||
}:
|
}:
|
||||||
@ -109,6 +110,7 @@ stdenv.mkDerivation rec {
|
|||||||
libintl
|
libintl
|
||||||
ncurses
|
ncurses
|
||||||
wavpack
|
wavpack
|
||||||
|
openssl
|
||||||
] ++ lib.optionals raspiCameraSupport [
|
] ++ lib.optionals raspiCameraSupport [
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
] ++ lib.optionals enableX11 [
|
] ++ lib.optionals enableX11 [
|
||||||
|
Loading…
Reference in New Issue
Block a user