Skip to content

Commit

Permalink
eclipse-plugin-yedit: init at 1.0.20.201509041456
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Feb 15, 2017
1 parent eda8ee2 commit 0969569
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pkgs/applications/editors/eclipse/plugins.nix
Expand Up @@ -424,6 +424,29 @@ rec {
};
};

yedit = buildEclipsePlugin rec {
name = "yedit-${version}";
version = "1.0.20.201509041456";

srcFeature = fetchurl {
url = "http://dadacoalition.org/yedit/features/org.dadacoalition.yedit.feature_${version}-RELEASE.jar";
sha256 = "0rps73y19gwlrdr8jjrg3rhcaaagghnmri8297inxc5q2dvg0mlk";
};

srcPlugin = fetchurl {
url = "http://dadacoalition.org/yedit/plugins/org.dadacoalition.yedit_${version}-RELEASE.jar";
sha256 = "1wpyw4z28ka60z36f8m71kz1giajcm26wb9bpv18sjiqwdgx9v0z";
};

meta = with stdenv.lib; {
homepage = https://github.com/oyse/yedit;
description = "A YAML editor plugin for Eclipse";
license = licenses.epl10;
platforms = platforms.all;
maintainers = [ maintainers.rycee ];
};
};

zest = buildEclipseUpdateSite rec {
name = "zest-${version}";
version = "3.9.101";
Expand Down

0 comments on commit 0969569

Please sign in to comment.