nixpkgs/pkgs/development/libraries/aalib/builder.sh

7 lines
164 B
Bash
Raw Normal View History

source $stdenv/setup
configureFlags="--without-x --with-ncurses=$ncurses"
export NIX_CFLAGS_COMPILE="-I$ncurses/include/ncurses $NIX_CFLAGS_COMPILE"
genericBuild