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
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
buildPythonPath ${python3Packages.httplib2}
|
buildPythonPath "${python3Packages.httplib2} ${python3Packages.oauth2client}"
|
||||||
patchPythonScript $out/bin/calcurse-caldav
|
patchPythonScript $out/bin/calcurse-caldav
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue