python3Packages.vtk: drop wslink dependency
wslink is an optional dependency of vtk. See also https://github.com/Kitware/wslink/pull/165#issuecomment-3769609059.
This commit is contained in:
@@ -227,7 +227,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
with python3Packages;
|
||||
[
|
||||
numpy
|
||||
wslink
|
||||
matplotlib
|
||||
]
|
||||
++ lib.optional mpiSupport (mpi4py.override { inherit mpi; });
|
||||
|
||||
Reference in New Issue
Block a user