@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user