about summary refs log tree commit diff
path: root/pkgs/applications/video/zapping/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/zapping/builder.sh')
-rw-r--r--pkgs/applications/video/zapping/builder.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/video/zapping/builder.sh b/pkgs/applications/video/zapping/builder.sh
index d4734204ecff6..3114f86eda349 100644
--- a/pkgs/applications/video/zapping/builder.sh
+++ b/pkgs/applications/video/zapping/builder.sh
@@ -1,5 +1,8 @@
 . $stdenv/setup
 
+# !!! hack
+NIX_LDFLAGS="$NIX_LDFLAGS -rpath $libXext/lib"
+
 # !!! hack - `make install' tries to setuid to root
 installFlags="ZSFB_OWNER=`id -u` ZSFB_GROUP=`id -g`"