16b44ea14d
svn path=/nixpkgs/trunk/; revision=9645
6 lines
122 B
Bash
6 lines
122 B
Bash
addPkgConfigPath () {
|
|
addToSearchPath PKG_CONFIG_PATH /lib/pkgconfig "" $1
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPkgConfigPath)
|