avy: Disable build on aarch64-linux
This commit is contained in:
parent
7aabdea1ca
commit
5e1dfd3025
|
@ -46,5 +46,8 @@ stdenv.mkDerivation rec {
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue