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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user