mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
5 lines
115 B
Bash
5 lines
115 B
Bash
addAclocals () {
|
|
addToSearchPathWithCustomDelimiter : ACLOCAL_PATH $1/share/aclocal
|
|
}
|
|
|
|
envHooks+=(addAclocals)
|