khal: fix test (#85811)
This commit is contained in:
parent
320edf21f5
commit
69bac39af7
@ -41,6 +41,13 @@ with python3.pkgs; buildPythonApplication rec {
|
||||
checkInputs = [ pytest glibcLocales ];
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
postPatch = ''
|
||||
sed -i \
|
||||
-e "s/Invalid value for \"ics\"/Invalid value for \\\'ics\\\'/" \
|
||||
-e "s/Invalid value for \"\[ICS\]\"/Invalid value for \\\'\[ICS\]\\\'/" \
|
||||
tests/cli_test.py
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
# zsh completion
|
||||
install -D misc/__khal $out/share/zsh/site-functions/__khal
|
||||
|
Loading…
Reference in New Issue
Block a user