chez: Disable on aarch64-linux

There is no "arm64" machine, and using "arm32le" does not work.
This commit is contained in:
Samuel Dionne-Riel 2018-12-09 22:48:36 -05:00
parent ea20a6898c
commit 71fe654d5f

View file

@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
homepage = https://cisco.github.io/ChezScheme/;
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.unix;
badPlatforms = [ "aarch64-linux" ];
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
};
}