mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
bdabd66a46
$out/include/ncurses. This simplifies many builders. svn path=/nixpkgs/trunk/; revision=4008
6 lines
89 B
Bash
6 lines
89 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="--without-x --with-ncurses=$ncurses"
|
|
|
|
genericBuild
|