mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
5 lines
111 B
Bash
5 lines
111 B
Bash
source $stdenv/setup
|
|
installFlags="prefix=$out"
|
|
makeFlags="CFLAGS=-DWITHOUT_GETTEXT LIBCGETOPT=0"
|
|
genericBuild
|