about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-04-13 16:48:38 -0400
committerGitHub <noreply@github.com>2020-04-13 16:48:38 -0400
commite520d6af29158ff6d17c34ec16b1f2e79bccad45 (patch)
treeddf031dda697cba7549ed8357ca3454c30433fbd /pkgs/data/icons
parent940c35568bc2fa135eafe0817027c765d9840469 (diff)
parentc6ff360cc437d366c10f2f827edd5a7fb47e73c3 (diff)
downloadnixlib-e520d6af29158ff6d17c34ec16b1f2e79bccad45.tar
nixlib-e520d6af29158ff6d17c34ec16b1f2e79bccad45.tar.gz
nixlib-e520d6af29158ff6d17c34ec16b1f2e79bccad45.tar.bz2
nixlib-e520d6af29158ff6d17c34ec16b1f2e79bccad45.tar.lz
nixlib-e520d6af29158ff6d17c34ec16b1f2e79bccad45.tar.xz
nixlib-e520d6af29158ff6d17c34ec16b1f2e79bccad45.tar.zst
nixlib-e520d6af29158ff6d17c34ec16b1f2e79bccad45.zip
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/hicolor-icon-theme/setup-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/hicolor-icon-theme/setup-hook.sh b/pkgs/data/icons/hicolor-icon-theme/setup-hook.sh
index f07bab4b269f..f7c99418144b 100644
--- a/pkgs/data/icons/hicolor-icon-theme/setup-hook.sh
+++ b/pkgs/data/icons/hicolor-icon-theme/setup-hook.sh
@@ -10,4 +10,4 @@ hicolorIconThemeHook() {
 }
 
 # I think this is meant to be a runtime dep
-addEnvHooks "${hostOffset:?}" hicolorIconThemeHook
+addEnvHooks "${targetOffset:?}" hicolorIconThemeHook