mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
gcalcli: fix eval
This commit is contained in:
parent
7b5b57f283
commit
302e6a7512
@ -23,7 +23,7 @@ buildPythonApplication rec {
|
|||||||
dateutil gflags httplib2 parsedatetime six vobject
|
dateutil gflags httplib2 parsedatetime six vobject
|
||||||
google-api-python-client oauth2client uritemplate
|
google-api-python-client oauth2client uritemplate
|
||||||
libnotify
|
libnotify
|
||||||
] ++ lib.optional (!isPy3k) futures;
|
];
|
||||||
|
|
||||||
# There are no tests as of 4.0.0a4
|
# There are no tests as of 4.0.0a4
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user