about summary refs log tree commit diff
path: root/pkgs/applications/video/zapping/builder.sh
blob: 3114f86eda349a71d60a111d9a6cd227c9346ae1 (plain) (blame)
1
2
3
4
5
6
7
8
9
. $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`"

genericBuild