arrow-cpp: fix arrow-azurefs-test (#472089)

This commit is contained in:
K900
2025-12-19 07:30:45 +00:00
committed by GitHub
+3 -1
View File
@@ -18,6 +18,7 @@
];
},
azure-sdk-for-cpp,
azurite,
boost,
brotli,
bzip2,
@@ -284,7 +285,8 @@ stdenv.mkDerivation (finalAttrs: {
sqlite
]
++ lib.optionals enableS3 [ minio ]
++ lib.optionals enableFlight [ python3 ];
++ lib.optionals enableFlight [ python3 ]
++ lib.optionals enableAzure [ azurite ];
installCheckPhase =
let