Loading pkgs/development/libraries/mathgl/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , stdenv , fetchurl , cmake , zlib , libpng , libGL }: stdenv.mkDerivation rec { pname = "mathgl"; version = "8.0.1"; src = fetchurl { url = "mirror://sourceforge/mathgl/mathgl-${version}.tar.gz"; sha256 = "sha256-yoS/lIDDntMRLpIMFs49jyiYaY9iiW86V3FBKGIqVao="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ zlib libpng libGL ]; meta = with lib; { description = "A library for scientific data visualization"; homepage = "https://mathgl.sourceforge.net/"; license = with licenses; [ gpl3 lgpl3 ]; platforms = platforms.linux; maintainers = [ maintainers.GabrielDougherty ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22547,6 +22547,8 @@ with pkgs; marisa = callPackage ../development/libraries/marisa { }; mathgl = callPackage ../development/libraries/mathgl { }; matio = callPackage ../development/libraries/matio { }; matterhorn = haskell.lib.compose.justStaticExecutables haskellPackages.matterhorn; Loading
pkgs/development/libraries/mathgl/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , stdenv , fetchurl , cmake , zlib , libpng , libGL }: stdenv.mkDerivation rec { pname = "mathgl"; version = "8.0.1"; src = fetchurl { url = "mirror://sourceforge/mathgl/mathgl-${version}.tar.gz"; sha256 = "sha256-yoS/lIDDntMRLpIMFs49jyiYaY9iiW86V3FBKGIqVao="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ zlib libpng libGL ]; meta = with lib; { description = "A library for scientific data visualization"; homepage = "https://mathgl.sourceforge.net/"; license = with licenses; [ gpl3 lgpl3 ]; platforms = platforms.linux; maintainers = [ maintainers.GabrielDougherty ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22547,6 +22547,8 @@ with pkgs; marisa = callPackage ../development/libraries/marisa { }; mathgl = callPackage ../development/libraries/mathgl { }; matio = callPackage ../development/libraries/matio { }; matterhorn = haskell.lib.compose.justStaticExecutables haskellPackages.matterhorn;