9 stdenv.mkDerivation rec {
14 url = "mirror://sourceforge/mathgl/mathgl-${version}.tar.gz";
15 sha256 = "sha256-yoS/lIDDntMRLpIMFs49jyiYaY9iiW86V3FBKGIqVao=";
29 description = "A library for scientific data visualization";
30 homepage = "https://mathgl.sourceforge.net/";
31 license = with licenses; [ gpl3 lgpl3 ];
32 platforms = platforms.linux;
33 maintainers = [ maintainers.GabrielDougherty ];