pythonPackages.taskw: fix build

Broken by 8600798172 in #49741.
This commit is contained in:
Orivej Desh
2018-12-26 02:26:46 +00:00
parent 84d133c845
commit 3fd67fbb42
2 changed files with 6 additions and 39 deletions

View File

@@ -5,6 +5,7 @@
, tox
, six
, dateutil
, kitchen
, pytz
, pkgs
}:
@@ -28,7 +29,7 @@ buildPythonPackage rec {
doCheck = false;
buildInputs = [ nose pkgs.taskwarrior tox ];
propagatedBuildInputs = [ six dateutil pytz ];
propagatedBuildInputs = [ six dateutil kitchen pytz ];
meta = with stdenv.lib; {
homepage = https://github.com/ralphbean/taskw;