blast, minia, pythonPackages.vtk: Upstream now

This commit is contained in:
Tyson Whitehead
2021-01-21 11:52:46 -05:00
parent f949d4e2b6
commit 4c6a34535b
5 changed files with 0 additions and 132 deletions

View File

@@ -10,10 +10,5 @@ pkgs: self: super: with self; {
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 { };
}