gdk-pixbuf: check for empty $out in setup-hook.sh. Closes #2818

This commit is contained in:
Luca Bruno 2014-07-02 20:16:43 +02:00
parent a4f9b9c8b5
commit 421ce6439c

View File

@ -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