about summary refs log tree commit diff
path: root/pkgs/development/interpreters/lfe/setup-hook.sh
blob: 2405dcea15f37449b4b6ad885f1f056ab4f7c556 (plain) (blame)
1
2
3
4
5
addLfeLibPath() {
    addToSearchPath ERL_LIBS $1/lib/lfe/lib
}

envHooks+=(addLfeLibPath)