Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

avy: Disable build on aarch64-linux

+3
+3
pkgs/applications/science/logic/avy/default.nix
··· 46 46 license = stdenv.lib.licenses.mit; 47 47 maintainers = with stdenv.lib.maintainers; [ thoughtpolice ]; 48 48 platforms = stdenv.lib.platforms.linux; 49 + # See pkgs/applications/science/logic/glucose/default.nix 50 + # (The error is different due to glucose-fenv.patch, but the same) 51 + badPlatforms = [ "aarch64-linux" ]; 49 52 }; 50 53 }