pypy: Doesn't support aarch64

https://hydra.nixos.org/build/67861197
This commit is contained in:
Tuomas Tynkkynen 2018-01-23 21:38:57 +02:00
parent c73a140573
commit 3cd40f1a4f

View File

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