mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python311Packages.wandb: fix building on x86_64-darwin
https://hydra.nixos.org/build/278208837
This commit is contained in:
parent
10c03061fc
commit
4b49bf8d3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user