mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
5 lines
111 B
Bash
5 lines
111 B
Bash
source $stdenv/setup
|
|
installFlags="prefix=$out"
|
|
makeFlags="CFLAGS=-DWITHOUT_GETTEXT LIBCGETOPT=0"
|
|
genericBuild
|