Merge pull request #117716 from idontgetoutmuch/master

Fix https://github.com/NixOS/nixpkgs/issues/117715
This commit is contained in:
Michael Raskin 2021-04-30 07:28:43 +00:00 committed by GitHub
commit ee4684f052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"