mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
6 lines
115 B
Bash
6 lines
115 B
Bash
addAclocals () {
|
|
addToSearchPathWithCustomDelimiter : ACLOCAL_PATH $1/share/aclocal
|
|
}
|
|
|
|
envHooks+=(addAclocals)
|