python311Packages.wandb: fix building on x86_64-darwin

https://hydra.nixos.org/build/278208837
This commit is contained in:
seth 2024-11-15 23:26:07 -05:00
parent 10c03061fc
commit 4b49bf8d3e
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

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