mathics: use python2

might be possible to user newer one, but it needs an older django as
well so less likely.
This commit is contained in:
Frederik Rietdijk 2019-11-13 16:25:45 +01:00
parent 09a1ae83f9
commit f9a5892664

@ -1870,7 +1870,7 @@ in
marlin-calc = callPackage ../tools/misc/marlin-calc {};
mathics = pythonPackages.mathics;
mathics = with python2Packages; toPythonApplication mathics;
masscan = callPackage ../tools/security/masscan {
stdenv = gccStdenv;