mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
9 lines
200 B
Bash
9 lines
200 B
Bash
source $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
|