Loading pkgs/development/libraries/gstreamer/good/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 }: Loading Loading @@ -109,6 +110,7 @@ stdenv.mkDerivation rec { libintl ncurses wavpack openssl ] ++ lib.optionals raspiCameraSupport [ libraspberrypi ] ++ lib.optionals enableX11 [ Loading Loading
pkgs/development/libraries/gstreamer/good/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 }: Loading Loading @@ -109,6 +110,7 @@ stdenv.mkDerivation rec { libintl ncurses wavpack openssl ] ++ lib.optionals raspiCameraSupport [ libraspberrypi ] ++ lib.optionals enableX11 [ Loading