mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 07:23:40 +00:00
99780f00ce
svn path=/nixpkgs/trunk/; revision=3682
7 lines
164 B
Bash
7 lines
164 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="--without-x --with-ncurses=$ncurses"
|
|
export NIX_CFLAGS_COMPILE="-I$ncurses/include/ncurses $NIX_CFLAGS_COMPILE"
|
|
|
|
genericBuild
|