nixpkgs/pkgs/development/compilers/chez/setup-hook.sh
Jakub Kądziołka 8f60607a0b
chez: add env hook
As a follow-up to #97927, chez can now find its libraries in a
nix-shell, and derivations for such libraries don't need to handle the
search path themselves.
2020-09-16 22:41:47 +02:00

6 lines
127 B
Bash

addChezLibraryPath() {
addToSearchPath CHEZSCHEMELIBDIRS "$1/lib/csv-site"
}
addEnvHooks "$targetOffset" addChezLibraryPath