10 inherit (qt5) qmake wrapQtAppsHook;
12 stdenv.mkDerivation (finalAttrs: {
16 src = fetchFromGitHub {
19 rev = "v${finalAttrs.version}";
20 hash = "sha256-OSQXm0gDI1zM2MBM4iiY43dthJcAZJkprklolsNMEvk=";
35 homepage = "https://zegrapher.com/en/";
36 description = "Open source math plotter";
38 An open source, free and easy to use math plotter. It can plot functions,
39 sequences, parametric equations and data on the plane.
41 license = lib.licenses.gpl3Plus;
42 mainProgram = "ZeGrapher";
43 maintainers = with lib.maintainers; [ AndersonTorres ];
44 platforms = lib.platforms.unix;