summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiorun
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-07-04 07:32:01 -0700
committerJon <jonringer@users.noreply.github.com>2020-07-04 07:43:58 -0700
commitff5aaa33e9844fe825bb12b031e61e3dc2b75f89 (patch)
tree7cd462f3de5464a2106773a2ba47335a32df663d /pkgs/development/python-modules/aiorun
parentd3a40e7cfccba5f7362a5d14a2eedb5bfae3a661 (diff)
downloadnixpkgs-ff5aaa33e9844fe825bb12b031e61e3dc2b75f89.tar
nixpkgs-ff5aaa33e9844fe825bb12b031e61e3dc2b75f89.tar.gz
nixpkgs-ff5aaa33e9844fe825bb12b031e61e3dc2b75f89.tar.bz2
nixpkgs-ff5aaa33e9844fe825bb12b031e61e3dc2b75f89.tar.lz
nixpkgs-ff5aaa33e9844fe825bb12b031e61e3dc2b75f89.tar.xz
nixpkgs-ff5aaa33e9844fe825bb12b031e61e3dc2b75f89.tar.zst
nixpkgs-ff5aaa33e9844fe825bb12b031e61e3dc2b75f89.zip
python3Packages.aiorun: fix build
Diffstat (limited to 'pkgs/development/python-modules/aiorun')
-rw-r--r--pkgs/development/python-modules/aiorun/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/aiorun/default.nix b/pkgs/development/python-modules/aiorun/default.nix
index 8eda59a9abf..0cb7a441015 100644
--- a/pkgs/development/python-modules/aiorun/default.nix
+++ b/pkgs/development/python-modules/aiorun/default.nix
@@ -2,6 +2,7 @@
 , buildPythonPackage
 , fetchFromGitHub
 , isPy27
+, pygments
 , pytest
 , pytestcov
 , uvloop
@@ -21,6 +22,10 @@ buildPythonPackage rec {
     sha256 = "0wcj8prkijb889ic8n6varms7xkwy028hhw0imgkd1i0p64lm3m4";
   };
 
+  propagatedBuildInputs = [
+    pygments
+  ];
+
   checkInputs = [
     pytest
     pytestcov