Skip to content

Commit d2fe83e

Browse files
authored
python311Packages.wandb: fix building on x86_64-darwin (#356355)
2 parents 7efd5be + 4b49bf8 commit d2fe83e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/wandb/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
lib,
33
stdenv,
4+
apple-sdk_11,
45
fetchFromGitHub,
56

67
## wandb-core
@@ -178,6 +179,8 @@ buildPythonPackage rec {
178179
hatchling
179180
];
180181

182+
buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;
183+
181184
dependencies =
182185
[
183186
click

0 commit comments

Comments
 (0)