arrow-cpp: enable GCS support on darwin

This commit is contained in:
Tobias Mayer
2025-12-09 23:34:50 +01:00
parent e43405ce12
commit 75d8103eda
+1 -1
View File
@@ -59,7 +59,7 @@
!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isRiscV64,
enableS3 ? true,
# google-cloud-cpp fails to build on RiscV
enableGcs ? !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isRiscV64,
enableGcs ? !stdenv.hostPlatform.isRiscV64,
enableAzure ? true,
}: