e12b421add
merge cleanly right away (kde-4, kernel stuff) so it should be merged later. But the stdenv stuff is all there. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
6 lines
133 B
Bash
6 lines
133 B
Bash
addAclocals () {
|
|
addToSearchPathWithCustomDelimiter : ACLOCAL_PATH /share/aclocal "" $1
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addAclocals)
|