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
125 B
Bash
6 lines
125 B
Bash
addPkgConfigPath () {
|
|
addToSearchPath PKG_CONFIG_PATH /lib/pkgconfig "" $1
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPkgConfigPath)
|