GeoGebra icon

GeoGebra 6.0.874.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.874.1",
  "src": {
    "url": "https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-6-0-874-1.zip",
    "sha256": "054d00cace1052e3492e05f53705a1c89139a3847a165be55d31029004139896"
  },
  "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/"
  }
}