GeoGebra icon

GeoGebra 5.2.888.1

Solve, save and share math problems, graph functions, etc

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    geogebra_5 # GeoGebra
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    geogebra_5 # GeoGebra
  ];
}

Package Definition

{
  "pname": "geogebra_5",
  "version": "5.2.888.1",
  "src": {
    "url": "https://download.geogebra.org/installers/5.2/GeoGebra-MacOS-Installer-withJava-5-2-888-1.zip",
    "sha256": "d302e168196559f772d3d9376e67012ccabb12dbfa106b3825a66b304c75980b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Geogebra.app\" && cp -r \"Geogebra.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Solve, save and share math problems, graph functions, etc",
    "homepage": "https://www.geogebra.org/"
  }
}