eXeLearning icon

eXeLearning 4.0.3

Authoring tool to create educational resources

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "exelearning",
  "version": "4.0.3",
  "src": {
    "url": "https://github.com/exelearning/exelearning/releases/download/v4.0.3/eXeLearning-4.0.3-universal.dmg",
    "sha256": "2418ccf91da5e746113818b789ccfe2170c6bcb4457b6db4ee38a0ef78a4c20c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/eXeLearning.app\" && cp -r \"eXeLearning.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Authoring tool to create educational resources",
    "homepage": "https://exelearning.net/"
  }
}