GeoGebra icon

GeoGebra 5.2.903.0

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.903.0",
  "src": {
    "url": "https://download.geogebra.org/installers/5.2/GeoGebra-MacOS-Installer-withJava-5-2-903-0.zip",
    "sha256": "9671fcba8ec80052bcf9edae34c9837199fdccc6e366366c3fc70843d188cffe"
  },
  "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/"
  }
}