mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
9d58f894cd
This is a first pass at adding an LFE package. N.B. man pages are ignored for now.
6 lines
91 B
Bash
6 lines
91 B
Bash
addLfeLibPath() {
|
|
addToSearchPath ERL_LIBS $1/lib/lfe/lib
|
|
}
|
|
|
|
envHooks+=(addLfeLibPath)
|