62676e09eb
I've accidentially reverted setup-hooks while merging with trunk. Correcting it. svn path=/nixpkgs/branches/stdenv-updates/; revision=9821
6 lines
122 B
Bash
6 lines
122 B
Bash
addPkgConfigPath () {
|
|
addToSearchPath PKG_CONFIG_PATH /lib/pkgconfig "" $1
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPkgConfigPath)
|