gcalcli: fix eval

master
Frederik Rietdijk 2021-03-25 09:11:39 +01:00
parent 7b5b57f283
commit 302e6a7512
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ buildPythonApplication rec {
dateutil gflags httplib2 parsedatetime six vobject
google-api-python-client oauth2client uritemplate
libnotify
] ++ lib.optional (!isPy3k) futures;
];
# There are no tests as of 4.0.0a4
doCheck = false;