blob: 597cc0edc22c97adbd25704e74f2d7a097510f7c (
plain) (
tree)
|
|
self: super: {
khal = super.khal.overridePythonAttrs(old: {
postPatch = ''
sed -i "s/Invalid value for \"ics\"/Invalid value for \\\'ics\\\'/" tests/cli_test.py
sed -i "s/Invalid value for \"\[ICS\]\"/Invalid value for \\\'[ICS]\\\'/" tests/cli_test.py
'';
});
}
|