Incorporate suggeston by collares

This commit is contained in:
Dominic Steinitz 2021-04-29 17:34:34 +01:00
parent 9eb60bee0e
commit 732ab3d4e2

View file

@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
--with-readline
--with-tcltk --with-tcl-config="${tcl}/lib/tclConfig.sh" --with-tk-config="${tk}/lib/tkConfig.sh"
--with-cairo
--without-x
--with-libpng
--with-jpeglib
--with-libtiff
@ -68,6 +67,7 @@ stdenv.mkDerivation rec {
R_SHELL="${stdenv.shell}"
'' + lib.optionalString stdenv.isDarwin ''
--disable-R-framework
--without-x
OBJC="clang"
CPPFLAGS="-isystem ${libcxx}/include/c++/v1"
LDFLAGS="-L${libcxx}/lib"