EndNote icon

EndNote 21.5.0.20846

Reference manager

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "endnote",
  "version": "21.5.0.20846",
  "src": {
    "url": "https://download.endnote.com/downloads/21/EndNote21Installer.dmg",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"EndNote\" \"$out/Applications/EndNote\""
  ],
  "meta": {
    "description": "Reference manager",
    "homepage": "https://endnote.com/"
  }
}