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

authored by

Pol Dellaiera and committed by
GitHub
d2fe83e3 7efd5bea

+3
+3
pkgs/development/python-modules/wandb/default.nix
··· 1 { 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 6 ## wandb-core ··· 177 build-system = [ 178 hatchling 179 ]; 180 181 dependencies = 182 [
··· 1 { 2 lib, 3 stdenv, 4 + apple-sdk_11, 5 fetchFromGitHub, 6 7 ## wandb-core ··· 178 build-system = [ 179 hatchling 180 ]; 181 + 182 + buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11; 183 184 dependencies = 185 [