Merge pull request #95505 from flokli/remove-mathics

mathics: remove package, module and test
This commit is contained in:
Florian Klink
2020-08-16 18:42:10 +02:00
committed by GitHub
10 changed files with 3 additions and 131 deletions
+1
View File
@@ -285,6 +285,7 @@ mapAliases ({
marathon = throw "marathon has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
mariadb-client = hiPrio mariadb.client; #added 2019.07.28
matcha = throw "matcha was renamed to matcha-gtk-theme"; # added 2020-05-09
mathics = throw "mathics has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
matrique = spectral; # added 2020-01-27
mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08
mess = mame; # added 2019-10-30
-2
View File
@@ -2114,8 +2114,6 @@ in
marlin-calc = callPackage ../tools/misc/marlin-calc {};
mathics = with python2Packages; toPythonApplication mathics;
masscan = callPackage ../tools/security/masscan {
stdenv = gccStdenv;
};
-2
View File
@@ -4742,8 +4742,6 @@ in {
markdown-macros = callPackage ../development/python-modules/markdown-macros { };
mathics = callPackage ../development/python-modules/mathics { };
matplotlib = let
path = if isPy3k then ../development/python-modules/matplotlib/default.nix else
../development/python-modules/matplotlib/2.nix;