gdk-pixbuf: check for empty $out in setup-hook.sh. Closes #2818
This commit is contained in:
parent
a4f9b9c8b5
commit
421ce6439c
@ -1,6 +1,6 @@
|
||||
findGdkPixbufLoaders() {
|
||||
|
||||
if [ -z "$IN_NIX_SHELL" ]; then
|
||||
if [ -n "$out" ] && [ -z "$IN_NIX_SHELL" ]; then
|
||||
|
||||
# set pixbuf loaders.cache for this package
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user