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