From 163222ab2bf72c334128f29cfd7b2096799ffc8c Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 5 Oct 2025 23:10:44 +0200 Subject: [PATCH] python3Packages.pymeshlab: dont propagate hook Co-authored-by: Sandro <7258858+SuperSandro2000@users.noreply.github.com> --- pkgs/applications/graphics/pymeshlab/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/pymeshlab/default.nix b/pkgs/applications/graphics/pymeshlab/default.nix index b6e0619e1c23..ec6edb230aff 100644 --- a/pkgs/applications/graphics/pymeshlab/default.nix +++ b/pkgs/applications/graphics/pymeshlab/default.nix @@ -45,10 +45,13 @@ stdenv.mkDerivation (finalAttrs: { python3Packages.pybind11 ]; + nativeCheckInputs = [ + python3Packages.pythonImportsCheckHook + ]; + propagatedBuildInputs = [ meshlab python3Packages.numpy - python3Packages.pythonImportsCheckHook ]; buildInputs = [