13 stdenv.mkDerivation (finalAttrs: {
18 url = "https://subversion.renater.fr/anonscm/svn/mmx/";
19 rev = finalAttrs.version;
20 hash = "sha256-AFnYd5oFg/wgaHPjfZmqXNljEpoFW4h6f3UG+KZauEs=";
42 description = "Free computer algebra and analysis system consisting of a high level language with a compiler and a series of mathematical libraries";
43 homepage = "http://www.mathemagix.org/";
44 license = lib.licenses.gpl3Only;
45 maintainers = with lib.maintainers; [ drupol ];
46 platforms = lib.platforms.linux;