pypy{27,38,39}: mark as broken in aarch64-darwin

This commit is contained in:
Thiago Kenji Okada 2023-01-06 19:31:13 +00:00
parent 997a09e612
commit aa0c474f4b

View file

@ -174,6 +174,7 @@ in with passthru; stdenv.mkDerivation rec {
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
license = licenses.mit;
platforms = [ "aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ];
broken = stdenv.isDarwin && stdenv.isAarch64;
maintainers = with maintainers; [ andersk ];
};
}