forked from mirrors/nixpkgs
python mathics: disable for Python 3
Python 3 is not supported upstream.
This commit is contained in:
parent
25a4b3631b
commit
e04b5f5c15
|
@ -8137,6 +8137,8 @@ let
|
|||
sha256 = "1hyrxnhxw35vn00k55hp9bkg8vg4dsphrpfg1yg4cn53y78rk1im";
|
||||
};
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
patches = [ ../development/python-modules/mathics/disable_console_tests.patch ];
|
||||
|
||||
buildInputs = with self; [ pexpect ];
|
||||
|
|
Loading…
Reference in a new issue