R: fix cairo linking on darwin
This commit is contained in:
@@ -157,6 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
--disable-R-framework
|
||||
--without-x
|
||||
--without-static-cairo
|
||||
OBJC="clang"
|
||||
CPPFLAGS="-isystem ${lib.getInclude stdenv.cc.libcxx}/include/c++/v1"
|
||||
LDFLAGS="-L${lib.getLib stdenv.cc.libcxx}/lib"
|
||||
|
||||
Reference in New Issue
Block a user