From 8f24cd47fc4f7f4f1bde0132be193a4465b98ead Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 9 Jan 2025 16:27:17 +0100 Subject: [PATCH] python313Packages.tensorboard: fix build Provides the dead battery imghdr. --- pkgs/development/python-modules/tensorboard/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/tensorboard/default.nix b/pkgs/development/python-modules/tensorboard/default.nix index d6801aa6d629..685aba22686b 100644 --- a/pkgs/development/python-modules/tensorboard/default.nix +++ b/pkgs/development/python-modules/tensorboard/default.nix @@ -12,6 +12,7 @@ absl-py, google-auth-oauthlib, setuptools, + standard-imghdr, tensorboard-data-server, tensorboard-plugin-wit, tensorboard-plugin-profile, @@ -47,6 +48,7 @@ buildPythonPackage rec { numpy protobuf setuptools + standard-imghdr tensorboard-data-server tensorboard-plugin-profile tensorboard-plugin-wit