Merge pull request #111747 from markus1189/calcurse-oauth

calcurse: include oauth2client package
This commit is contained in:
Sandro 2021-02-03 21:32:10 +01:00 committed by GitHub
commit 8f0498ae16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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