mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
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)
|