gstreamer: needs extra build inputs

Cross needs some extra native tools:

- glib
- wayland
- orc
- glib is needed in nativeBuildInputs

Also:

- bash-completion needs to be available for PKG_CONFIG_PATH
This commit is contained in:
Matthew Bauer
2020-03-05 20:41:06 -05:00
parent de14f0c6e1
commit 5198179adc
2 changed files with 8 additions and 2 deletions
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
flex
python3
makeWrapper
glib
gobject-introspection
bash-completion
@@ -57,7 +58,9 @@ stdenv.mkDerivation rec {
docbook_xml_dtd_43
];
buildInputs = lib.optionals stdenv.isLinux [
buildInputs = [
bash-completion
] ++ lib.optionals stdenv.isLinux [
libcap
libunwind
elfutils