From e04b5f5c15eda3db9decc124631356603801dc4e Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Tue, 6 Oct 2015 22:43:49 +0200 Subject: [PATCH] python mathics: disable for Python 3 Python 3 is not supported upstream. --- pkgs/top-level/python-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index e0a2e2367a3b..f95ef7e1de17 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -8137,6 +8137,8 @@ let sha256 = "1hyrxnhxw35vn00k55hp9bkg8vg4dsphrpfg1yg4cn53y78rk1im"; }; + disabled = isPy3k; + patches = [ ../development/python-modules/mathics/disable_console_tests.patch ]; buildInputs = with self; [ pexpect ];