8f60607a0b
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.
6 lines
127 B
Bash
6 lines
127 B
Bash
addChezLibraryPath() {
|
|
addToSearchPath CHEZSCHEMELIBDIRS "$1/lib/csv-site"
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addChezLibraryPath
|