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

@@ -1,3 +1,4 @@
pkgs: self: super: with self; {
openslide = callPackage ./openslide/python.nix { openslide = pkgs.openslide; };
}