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:
parent
e1722a6d58
commit
9717d02121
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
patchShebangs .
|
||||
buildPythonPath ${python3Packages.httplib2}
|
||||
buildPythonPath "${python3Packages.httplib2} ${python3Packages.oauth2client}"
|
||||
patchPythonScript $out/bin/calcurse-caldav
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user