pkgs: Do all version requirements as overrides in all-packages

This commit is contained in:
Tyson Whitehead
2018-07-18 13:21:33 -04:00
parent 6118f8b275
commit 444bcbe26f
8 changed files with 22 additions and 25 deletions

View File

@@ -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; {