mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
6 lines
115 B
Bash
6 lines
115 B
Bash
addAclocals () {
|
|
addToSearchPathWithCustomDelimiter : ACLOCAL_PATH $1/share/aclocal
|
|
}
|
|
|
|
envHooks+=(addAclocals)
|