GeoGebra icon

GeoGebra 6.0.883.0

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.883.0",
  "src": {
    "url": "https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-6-0-883-0.zip",
    "sha256": "5a03377250a4321f62da5dfc69f2eb967927147a3bcd052c6dd9c4a9b1ee820b"
  },
  "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/"
  }
}