repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
grilo
/
setup-hook.sh
blob
9337c520a2075c93855514220a98e585699fb995
1
make_grilo_find_plugins
() {
2
if
[
-d
"
$1
"
/
lib
/
grilo-0.3
];
then
3
addToSearchPath GRL_PLUGIN_PATH
"
$1
/lib/grilo-0.3"
4
fi
5
}
6
7
addEnvHooks
"
$hostOffset
"
make_grilo_find_plugins