Merge pull request #117716 from idontgetoutmuch/master
Fix https://github.com/NixOS/nixpkgs/issues/117715
This commit is contained in:
commit
ee4684f052
1 changed files with 1 additions and 0 deletions
|
@ -67,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"
|
||||
|
|
Loading…
Reference in a new issue