
Now the respective GIR paths should be set automatically when packages are using gobjectIntrospection as a dependency. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
8 lines
138 B
Bash
8 lines
138 B
Bash
addGirPath()
|
|
{
|
|
addToSearchPathWithCustomDelimiter : \
|
|
NIX_GIR_PATH "$1/share/gir-1.0"
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addGirPath)
|