]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - overlays/khal/default.nix
Upgrade environment
[perso/Immae/Config/Nix.git] / overlays / khal / default.nix
1 self: super: {
2 khal = super.khal.overridePythonAttrs(old: {
3 postPatch = ''
4 sed -i "s/Invalid value for \"ics\"/Invalid value for \\\'ics\\\'/" tests/cli_test.py
5 sed -i "s/Invalid value for \"\[ICS\]\"/Invalid value for \\\'[ICS]\\\'/" tests/cli_test.py
6 '';
7 });
8 }