mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
2d6d9682bb
Previously Elixir didn't correct set the ERL_LIBS environment variable for the OTP Applications that it supplies. This change fixes that
6 lines
94 B
Bash
6 lines
94 B
Bash
addErlLibPath() {
|
|
addToSearchPath ERL_LIBS $1/lib/elixir/lib
|
|
}
|
|
|
|
envHooks+=(addErlLibPath)
|