Incorporate suggeston by collares
This commit is contained in:
parent
9eb60bee0e
commit
732ab3d4e2
@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
|
|||||||
--with-readline
|
--with-readline
|
||||||
--with-tcltk --with-tcl-config="${tcl}/lib/tclConfig.sh" --with-tk-config="${tk}/lib/tkConfig.sh"
|
--with-tcltk --with-tcl-config="${tcl}/lib/tclConfig.sh" --with-tk-config="${tk}/lib/tkConfig.sh"
|
||||||
--with-cairo
|
--with-cairo
|
||||||
--without-x
|
|
||||||
--with-libpng
|
--with-libpng
|
||||||
--with-jpeglib
|
--with-jpeglib
|
||||||
--with-libtiff
|
--with-libtiff
|
||||||
@ -68,6 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
R_SHELL="${stdenv.shell}"
|
R_SHELL="${stdenv.shell}"
|
||||||
'' + lib.optionalString stdenv.isDarwin ''
|
'' + lib.optionalString stdenv.isDarwin ''
|
||||||
--disable-R-framework
|
--disable-R-framework
|
||||||
|
--without-x
|
||||||
OBJC="clang"
|
OBJC="clang"
|
||||||
CPPFLAGS="-isystem ${libcxx}/include/c++/v1"
|
CPPFLAGS="-isystem ${libcxx}/include/c++/v1"
|
||||||
LDFLAGS="-L${libcxx}/lib"
|
LDFLAGS="-L${libcxx}/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user