mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 23:54:01 +00:00
6 lines
89 B
Bash
6 lines
89 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
configureFlags="--without-x --with-ncurses=$ncurses"
|
||
|
|
||
|
genericBuild
|