python311Packages.wandb: fix building on x86_64-darwin (#356355)

This commit is contained in:
Pol Dellaiera
2024-11-16 22:06:48 +01:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
{
lib,
stdenv,
apple-sdk_11,
fetchFromGitHub,
## wandb-core
@@ -178,6 +179,8 @@ buildPythonPackage rec {
hatchling
];
buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;
dependencies =
[
click