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
/
interpreters
/
guile
/
setup-hook-1.8.sh
blob
9a6ffb793a78b77df2251802e124050d5e521a9e
1
addGuileLibPath
() {
2
if
test -d
"
$1
/share/guile/site"
;
then
3
addToSearchPath GUILE_LOAD_PATH
"
$1
/share/guile/site"
4
fi
5
}
6
7
addEnvHooks
"
$hostOffset
"
addGuileLibPath