summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-02-28 14:12:16 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2020-04-06 16:36:22 -0400
commit6c5983a291530f040deb97881e80cca373a5b29e (patch)
tree93c5fa216bbec85538f6db57bcb6d78128ee9519 /pkgs/development/libraries/gdk-pixbuf
parent93a8887531ac95f3b5bf0b6a0520908ddf711df5 (diff)
downloadnixpkgs-6c5983a291530f040deb97881e80cca373a5b29e.tar
nixpkgs-6c5983a291530f040deb97881e80cca373a5b29e.tar.gz
nixpkgs-6c5983a291530f040deb97881e80cca373a5b29e.tar.bz2
nixpkgs-6c5983a291530f040deb97881e80cca373a5b29e.tar.lz
nixpkgs-6c5983a291530f040deb97881e80cca373a5b29e.tar.xz
nixpkgs-6c5983a291530f040deb97881e80cca373a5b29e.tar.zst
nixpkgs-6c5983a291530f040deb97881e80cca373a5b29e.zip
gdk-pixbuf: make target env hook
Unfortunately, we need to emulate the system to get a real cache.
Native version doesn’t know the right paths.
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/setup-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/setup-hook.sh b/pkgs/development/libraries/gdk-pixbuf/setup-hook.sh
index 06958be3213..bdfd00009dc 100644
--- a/pkgs/development/libraries/gdk-pixbuf/setup-hook.sh
+++ b/pkgs/development/libraries/gdk-pixbuf/setup-hook.sh
@@ -14,4 +14,4 @@ findGdkPixbufLoaders() {
 
 }
 
-addEnvHooks "$hostOffset" findGdkPixbufLoaders
+addEnvHooks "$targetOffset" findGdkPixbufLoaders