Nodeclipse icon

Nodeclipse 2015.7,20150706

Node.js tooling with Eclipse

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "nodeclipse",
  "version": "2015.7,20150706",
  "src": {
    "url": "https://downloads.sourceforge.net/nodeclipse/Enide-2015/7/Enide-2015-7-macosx-x64-20150706.zip",
    "sha256": "674991d7c22ea05975a76800e6e9fe9231064a09a2a2412e6ec0448676bfa2e8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Nodeclipse.app\" && cp -r \"Eclipse.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Node.js tooling with Eclipse",
    "homepage": "https://nodeclipse.github.io/"
  }
}