pkgs: Do all version requirements as overrides in all-packages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib, fetchFromGitHub
|
||||
, python27Packages, openslide }:
|
||||
, pythonPackages, openslide }:
|
||||
|
||||
python27Packages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
version = "1.1.1";
|
||||
name = "openslide-python-${version}";
|
||||
|
||||
@@ -23,7 +23,7 @@ python27Packages.buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
python27Packages.pillow
|
||||
pythonPackages.pillow
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user