about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/interpreters/guile/setup-hook-1.8.sh
blob: 9a6ffb793a78b77df2251802e124050d5e521a9e (plain) (blame)
1
2
3
4
5
6
7
addGuileLibPath () {
    if test -d "$1/share/guile/site"; then
        addToSearchPath GUILE_LOAD_PATH "$1/share/guile/site"
    fi
}

addEnvHooks "$hostOffset" addGuileLibPath