GeoGebra icon

GeoGebra 5.2.909.9

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