mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #111747 from markus1189/calcurse-oauth
calcurse: include oauth2client package
This commit is contained in:
commit
8f0498ae16
@ -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