openslide: Python portion into pythonPackages infrastructure
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ lib, fetchFromGitHub
|
||||
, pythonPackages, openslide }:
|
||||
{ lib, fetchFromGitHub, buildPythonPackage
|
||||
, openslide
|
||||
, pillow }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
buildPythonPackage rec {
|
||||
version = "1.1.1";
|
||||
name = "openslide-python-${version}";
|
||||
|
||||
@@ -23,7 +24,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pythonPackages.pillow
|
||||
pillow
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user