GeoGebra icon

GeoGebra 6.0.873.2

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.873.2",
  "src": {
    "url": "https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-6-0-873-2.zip",
    "sha256": "cada7d5fc7bdb1cfc4d9ede4d7ddf261da7c9e280a6bfeea0d95f82578fee405"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"GeoGebra Classic 6.app\" \"$out/Applications/GeoGebra Classic 6.app\""
  ],
  "meta": {
    "description": "Solve, save and share math problems, graph functions, etc",
    "homepage": "https://www.geogebra.org/"
  }
}