nixpkgs/pkgs/development/compilers/chicken/5/setup-hook.sh

7 lines
244 B
Bash
Raw Normal View History

2018-11-14 04:17:50 +01:00
addChickenRepositoryPath() {
addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/9/"
addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share/"
}
addEnvHooks "$targetOffset" addChickenRepositoryPath