vdirsyncer: apply patch to fix sync with google calendar
See https://github.com/pimutils/vdirsyncer/issues/765 for further reference.
This commit is contained in:
parent
242ae420e3
commit
2fa839d00b
@ -37,6 +37,13 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
checkInputs = with python3Packages; [ hypothesis pytest pytest-localserver pytest-subtesthack ];
|
checkInputs = with python3Packages; [ hypothesis pytest pytest-localserver pytest-subtesthack ];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/pimutils/vdirsyncer/commit/7b636e8e40d69c495901f965b9c0686513659e44.patch";
|
||||||
|
sha256 = "0vl942ii5iad47y63v0ngmhfp37n30nxyk4j7h64b95fk38vfwx9";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# see https://github.com/pimutils/vdirsyncer/pull/805
|
# see https://github.com/pimutils/vdirsyncer/pull/805
|
||||||
substituteInPlace setup.cfg --replace --duration --durations
|
substituteInPlace setup.cfg --replace --duration --durations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user