GeoGebra icon

GeoGebra 5.2.902.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.902.0",
  "src": {
    "url": "https://download.geogebra.org/installers/5.2/GeoGebra-MacOS-Installer-withJava-5-2-902-0.zip",
    "sha256": "85d9c0f9615ba8725306a37aadf39bc8ab8a8f2b55d4ce7b3527c71da7250f00"
  },
  "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/"
  }
}