mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +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
|