Merge pull request #117716 from idontgetoutmuch/master
Fix https://github.com/NixOS/nixpkgs/issues/117715
This commit is contained in:
commit
ee4684f052
@ -67,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