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

chez: Disable on aarch64-linux

There is no "arm64" machine, and using "arm32le" does not work.

+1
+1
pkgs/development/compilers/chez/default.nix
··· 83 83 homepage = https://cisco.github.io/ChezScheme/; 84 84 license = stdenv.lib.licenses.asl20; 85 85 platforms = stdenv.lib.platforms.unix; 86 + badPlatforms = [ "aarch64-linux" ]; 86 87 maintainers = with stdenv.lib.maintainers; [ thoughtpolice ]; 87 88 }; 88 89 }