khal: disable tests on aarch64
This commit is contained in:
parent
4f62e1bb0c
commit
d4f172c87f
@ -33,7 +33,7 @@ with python3.pkgs; buildPythonApplication rec {
|
||||
install -D misc/__khal $out/share/zsh/site-functions/__khal
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isAarch64;
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
|
Loading…
x
Reference in New Issue
Block a user