mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
bdabd66a46
$out/include/ncurses. This simplifies many builders. svn path=/nixpkgs/trunk/; revision=4008
5 lines
89 B
Bash
5 lines
89 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="--without-x --with-ncurses=$ncurses"
|
|
|
|
genericBuild
|