install ncurses headers in the correct place
This commit is contained in:
parent
105feaa9f4
commit
faf33749ce
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
# the place we want to put *.pc files from other packages anyway. So we must
|
# the place we want to put *.pc files from other packages anyway. So we must
|
||||||
# tell it explicitly where to install with PKG_CONFIG_LIBDIR.
|
# tell it explicitly where to install with PKG_CONFIG_LIBDIR.
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
export configureFlags="$configureFlags --includedir=$out/include"
|
||||||
export PKG_CONFIG_LIBDIR="$out/lib/pkgconfig"
|
export PKG_CONFIG_LIBDIR="$out/lib/pkgconfig"
|
||||||
mkdir -p "$PKG_CONFIG_LIBDIR"
|
mkdir -p "$PKG_CONFIG_LIBDIR"
|
||||||
'' + lib.optionalString stdenv.isCygwin ''
|
'' + lib.optionalString stdenv.isCygwin ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user