mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
8 lines
186 B
Bash
8 lines
186 B
Bash
make_grilo_find_plugins() {
|
|
if [ -d "$1"/lib/grilo-0.3 ]; then
|
|
addToSearchPath GRL_PLUGIN_PATH "$1/lib/grilo-0.3"
|
|
fi
|
|
}
|
|
|
|
addEnvHooks "$hostOffset" make_grilo_find_plugins
|