brainix/sources/nixpkgs/pkgs/development/compilers/chicken/5/setup-hook.sh
2026-02-13 17:06:24 +09:00

6 lines
245 B
Bash

addChickenRepositoryPath() {
addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/11/"
addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share/"
}
addEnvHooks "$targetOffset" addChickenRepositoryPath