python3Packages.pymeshlab: dont propagate hook

Co-authored-by: Sandro <7258858+SuperSandro2000@users.noreply.github.com>
This commit is contained in:
Guilhem Saurel
2025-10-28 19:55:40 +01:00
co-authored by Sandro
parent 034b8dd615
commit 163222ab2b
@@ -45,10 +45,13 @@ stdenv.mkDerivation (finalAttrs: {
python3Packages.pybind11
];
nativeCheckInputs = [
python3Packages.pythonImportsCheckHook
];
propagatedBuildInputs = [
meshlab
python3Packages.numpy
python3Packages.pythonImportsCheckHook
];
buildInputs = [