Merge pull request #55597 from dtzWill/update/gcalcli-4.0.3
gcalcli: 4.0.0a4 -> 4.0.3
This commit is contained in:
commit
ce3872ed40
@ -4,16 +4,22 @@
|
|||||||
with python3.pkgs;
|
with python3.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "4.0.0a4";
|
pname = "gcalcli";
|
||||||
name = "gcalcli-${version}";
|
version = "4.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "insanum";
|
owner = "insanum";
|
||||||
repo = "gcalcli";
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "00giq5cdigidzv5bz4wgzi1yp6xlf2rdcy6ynmsc6bcf0cl5x64d";
|
sha256 = "15hpm7b09p5qnha0hpp0mgdl2pgsyq2sjcqihk3fsv7arngdbr5q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = lib.optionalString stdenv.isLinux ''
|
||||||
|
substituteInPlace gcalcli/argparsers.py --replace \
|
||||||
|
"command = 'notify-send -u critical" \
|
||||||
|
"command = '${libnotify}/bin/notify-send -u critical"
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
dateutil gflags httplib2 parsedatetime six vobject
|
dateutil gflags httplib2 parsedatetime six vobject
|
||||||
google_api_python_client oauth2client uritemplate
|
google_api_python_client oauth2client uritemplate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user