14 stdenv.mkDerivation (finalAttrs: {
18 src = fetchFromGitHub {
19 owner = "wxMaxima-developers";
21 rev = "Version-${finalAttrs.version}";
22 hash = "sha256-3tGMkxp7nadD+LNluIiyPf55Daf7N1MPTH62U8/GxuA=";
28 # So it won't embed svg files into headers.
30 # So it won't crash under Sway.
41 "-DwxWidgets_LIBRARIES=${wxGTK}/lib"
45 gappsWrapperArgs+=(--prefix PATH ":" ${maxima}/bin)
49 description = "Cross platform GUI for the computer algebra system Maxima";
50 mainProgram = "wxmaxima";
51 license = licenses.gpl2;
52 homepage = "https://wxmaxima-developers.github.io/wxmaxima/";
53 maintainers = with maintainers; [ doronbehar ];
54 platforms = platforms.linux;