nixpkgs/pkgs/development/libraries/gstreamer/core
Pascal Bach 9b7742eefc gstreamer: fix plugin detection
The `--suffix` option escapes it's arguments. This leads to the
`GST_PLUGIN_SYTEM_PATH` variable to be not correctly expanded with the embedded
bash script.

Switching to `--run` and crafting the required export by hand bypasses the issue.
2019-01-19 22:07:26 +01:00
..
default.nix gstreamer: fix plugin detection 2019-01-19 22:07:26 +01:00
fix_pkgconfig_includedir.patch
setup-hook.sh