GeoGebra icon

GeoGebra 6.0.892.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.892.0",
  "src": {
    "url": "https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-6-0-892-0.zip",
    "sha256": "5284589d2665d692aef7cd57b94e1fc7fda6133da87c2dfe910622d0ecc7dd88"
  },
  "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/"
  }
}