mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-08 22:14:34 +00:00
e03984abda
svn path=/nixpkgs/trunk/; revision=2081
9 lines
128 B
Bash
9 lines
128 B
Bash
. $stdenv/setup
|
|
|
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$ncurses/include/ncurses"
|
|
|
|
export DESTDIR=$out
|
|
|
|
genericBuild
|
|
|