From fff3dacf2dc25bd91817550aef82a85aeb634ea0 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Sun, 31 Aug 2025 11:07:54 +0200 Subject: [PATCH] python313Packages.boost-histogram: add `pythonImportsCheck` --- pkgs/development/python-modules/boost-histogram/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/boost-histogram/default.nix b/pkgs/development/python-modules/boost-histogram/default.nix index d4550682f605..797e1732ce04 100644 --- a/pkgs/development/python-modules/boost-histogram/default.nix +++ b/pkgs/development/python-modules/boost-histogram/default.nix @@ -73,6 +73,8 @@ buildPythonPackage rec { "test_numpy_conversion_4" ]; + pythonImportsCheck = [ "boost_histogram" ]; + meta = { description = "Python bindings for the C++14 Boost::Histogram library"; homepage = "https://github.com/scikit-hep/boost-histogram";