openslide: Python portion into pythonPackages infrastructure

This commit is contained in:
Tyson Whitehead
2018-08-10 00:27:02 -04:00
parent 8f5981df31
commit d0a6a1bf3f
3 changed files with 6 additions and 5 deletions

View File

@@ -31,7 +31,6 @@ self: super: pkgs: with pkgs; {
openfoam = callPackage ./openfoam.nix { };
openslide = callPackage ./openslide { };
openslide-python = callPackage ./openslide/python.nix { pythonPackages = python27Packages; };
ovito = libsForQt5.callPackage ./ovito.nix { stdenv = overrideCC stdenv gcc6; };