python37Packages.JPype1: fix build
This commit is contained in:
parent
33f5ff0189
commit
d3fc640a74
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, pythonOlder
|
||||
, typing-extensions
|
||||
, pytest
|
||||
}:
|
||||
|
||||
|
@ -15,6 +17,10 @@ buildPythonPackage rec {
|
|||
sha256 = "c6e36de9f7ef826ff27f6d5260acc710ebc585a534c12cbac905db088ab1d992";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue