python3Packages.pymeshlab: dont propagate hook
Co-authored-by: Sandro <7258858+SuperSandro2000@users.noreply.github.com>
This commit is contained in:
@@ -45,10 +45,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
python3Packages.pybind11
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
python3Packages.pythonImportsCheckHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
meshlab
|
||||
python3Packages.numpy
|
||||
python3Packages.pythonImportsCheckHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user