mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
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
|