Skip to content

Commit 4b49bf8

Browse files
committed
python311Packages.wandb: fix building on x86_64-darwin
https://hydra.nixos.org/build/278208837
1 parent 10c0306 commit 4b49bf8

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)