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