62676e09eb
I've accidentially reverted setup-hooks while merging with trunk. Correcting it. svn path=/nixpkgs/branches/stdenv-updates/; revision=9821
6 lines
130 B
Bash
6 lines
130 B
Bash
addAclocals () {
|
|
addToSearchPathWithCustomDelimiter : ACLOCAL_PATH /share/aclocal "" $1
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addAclocals)
|