mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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 a new issue