mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00: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
|