From 3cd40f1a4f79b623b8afb3b1c9804c57200dc1ea Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 23 Jan 2018 21:38:57 +0200 Subject: pypy: Doesn't support aarch64 https://hydra.nixos.org/build/67861197 --- pkgs/development/interpreters/python/pypy/2.7/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/interpreters') diff --git a/pkgs/development/interpreters/python/pypy/2.7/default.nix b/pkgs/development/interpreters/python/pypy/2.7/default.nix index 1bce746f3c2d..e68cfc3148ff 100644 --- a/pkgs/development/interpreters/python/pypy/2.7/default.nix +++ b/pkgs/development/interpreters/python/pypy/2.7/default.nix @@ -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; [ ]; }; } -- cgit 1.4.1