chez: Disable on aarch64-linux
There is no "arm64" machine, and using "arm32le" does not work.
This commit is contained in:
parent
ea20a6898c
commit
71fe654d5f
@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://cisco.github.io/ChezScheme/;
|
homepage = https://cisco.github.io/ChezScheme/;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
badPlatforms = [ "aarch64-linux" ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user