repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
gstreamer
/
core
/
setup-hook.sh
blob
026a4e5f55a002f1c76a663aa4b0fd9e660bb05c
1
addGstreamer1LibPath
() {
2
if
test -d
"
$1
/lib/gstreamer-1.0"
3
then
4
export
GST_PLUGIN_SYSTEM_PATH_1_0
=
"
${GST_PLUGIN_SYSTEM_PATH_1_0-}
${GST_PLUGIN_SYSTEM_PATH_1_0:+:}
$1
/lib/gstreamer-1.0"
5
fi
6
}
7
8
addEnvHooks
"
$hostOffset
"
addGstreamer1LibPath
9