avy: Disable build on aarch64-linux

This commit is contained in:
Samuel Dionne-Riel 2018-12-09 18:03:07 -05:00
parent 7aabdea1ca
commit 5e1dfd3025

View file

@ -46,5 +46,8 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
platforms = stdenv.lib.platforms.linux;
# See pkgs/applications/science/logic/glucose/default.nix
# (The error is different due to glucose-fenv.patch, but the same)
badPlatforms = [ "aarch64-linux" ];
};
}