calcurse: include oauth2client package

The `oauth2client` is required for the `calcurse-caldav` program to
e.g. connect to Google Calendar with OAuth2
This commit is contained in:
Markus Hauck 2021-02-03 13:47:05 +01:00
parent e1722a6d58
commit 9717d02121

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
postInstall = ''
patchShebangs .
buildPythonPath ${python3Packages.httplib2}
buildPythonPath "${python3Packages.httplib2} ${python3Packages.oauth2client}"
patchPythonScript $out/bin/calcurse-caldav
'';