mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-06 04:17:40 +00:00
4 lines
111 B
Bash
4 lines
111 B
Bash
source $stdenv/setup
|
|
installFlags="prefix=$out"
|
|
makeFlags="CFLAGS=-DWITHOUT_GETTEXT LIBCGETOPT=0"
|
|
genericBuild
|