mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 22:45:08 +00:00
7 lines
244 B
Bash
7 lines
244 B
Bash
addChickenRepositoryPath() {
|
|
addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/9/"
|
|
addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share/"
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addChickenRepositoryPath
|