vtk: Include pythong bindings
This commit is contained in:
@@ -10,5 +10,10 @@ pkgs: self: super: with self; {
|
|||||||
|
|
||||||
pybedtools = callPackage ./pybedtools.nix { };
|
pybedtools = callPackage ./pybedtools.nix { };
|
||||||
|
|
||||||
|
vtk = disabledIf (!(pythonOlder "3.7")) ( toPythonModule ( pkgs.vtk.overrideAttrs ( attrs: {
|
||||||
|
cmakeFlags = attrs.cmakeFlags or [] ++ [ "-DVTK_WRAP_PYTHON:BOOL=ON" ];
|
||||||
|
buildInputs = attrs.buildInputs or [] ++ [ python ];
|
||||||
|
} ) ) );
|
||||||
|
|
||||||
xopen = callPackage ./xopen.nix { };
|
xopen = callPackage ./xopen.nix { };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user