python3Packages.aiorun: fix build
This commit is contained in:
parent
d3a40e7cfc
commit
ff5aaa33e9
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, isPy27
|
||||
, pygments
|
||||
, pytest
|
||||
, pytestcov
|
||||
, uvloop
|
||||
@ -21,6 +22,10 @@ buildPythonPackage rec {
|
||||
sha256 = "0wcj8prkijb889ic8n6varms7xkwy028hhw0imgkd1i0p64lm3m4";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pygments
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
pytestcov
|
||||
|
Loading…
Reference in New Issue
Block a user