3
0
Fork 0
forked from mirrors/nixpkgs

python mathics: disable for Python 3

Python 3 is not supported upstream.
This commit is contained in:
Frederik Rietdijk 2015-10-06 22:43:49 +02:00
parent 25a4b3631b
commit e04b5f5c15

View file

@ -8137,6 +8137,8 @@ let
sha256 = "1hyrxnhxw35vn00k55hp9bkg8vg4dsphrpfg1yg4cn53y78rk1im";
};
disabled = isPy3k;
patches = [ ../development/python-modules/mathics/disable_console_tests.patch ];
buildInputs = with self; [ pexpect ];