pypy{27,38,39}: remove i686-linux, add aarch64-darwin

This commit is contained in:
Thiago Kenji Okada 2023-01-06 14:16:22 +00:00
parent 40db51d563
commit 4645ec9de6

View file

@ -173,7 +173,7 @@ in with passthru; stdenv.mkDerivation rec {
homepage = "http://pypy.org/";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
license = licenses.mit;
platforms = [ "aarch64-linux" "i686-linux" "x86_64-linux" "x86_64-darwin" ];
platforms = [ "aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ];
maintainers = with maintainers; [ andersk ];
};
}