python311Packages.wandb: fix building on x86_64-darwin (#356355)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user