GeoGebra icon

GeoGebra 6.0.888.1

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

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "geogebra",
  "version": "6.0.888.1",
  "src": {
    "url": "https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-6-0-888-1.zip",
    "sha256": "bca0d3487e83862518b79d30951c6fb59e45faa52a85d9721db75e589030dec5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GeoGebra Classic 6.app\" && cp -r \"GeoGebra Classic 6.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Solve, save and share math problems, graph functions, etc",
    "homepage": "https://www.geogebra.org/"
  }
}