Add "arrch64-darwin" to badPlatforms
Aarch64-darwin is not supported for chez.
This commit is contained in:
parent
6147e5d317
commit
aa5f565899
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ thoughtpolice ];
|
||||
platforms = lib.platforms.unix;
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
badPlatforms = [ "aarch64-linux" "aarch64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue