mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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…
Reference in a new issue