1
0
Fork 1
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:
Will Dietz 2019-03-31 12:08:46 -05:00
parent 4f62e1bb0c
commit d4f172c87f

View file

@ -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