Skip to content

Commit 98b35db

Browse files
committedJan 17, 2018
eclipse-plugins-ansi-econsole: init at 1.3.5
1 parent f963732 commit 98b35db

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

Diff for: ‎pkgs/applications/editors/eclipse/plugins.nix

+23
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,29 @@ rec {
102102
};
103103
};
104104

105+
ansi-econsole = buildEclipsePlugin rec {
106+
name = "ansi-econsole-${version}";
107+
version = "1.3.5.201612301822";
108+
109+
srcFeature = fetchurl {
110+
url = "https://mihnita.github.io/ansi-econsole/install/features/net.mihai-nita.ansicon_${version}.jar";
111+
sha256 = "086ylxpsrlpbvwv5mw7v6b44j63cwzgi8apg2mq058ydr5ak6hxs";
112+
};
113+
114+
srcPlugin = fetchurl {
115+
url = "https://mihnita.github.io/ansi-econsole/install/plugins/net.mihai-nita.ansicon.plugin_${version}.jar";
116+
sha256 = "1j42l0xxzs89shqkyn91lb0gia10mifzy0i73c3n7gj7sv2ddbjq";
117+
};
118+
119+
meta = with stdenv.lib; {
120+
homepage = "https://mihai-nita.net/java/#ePluginAEC";
121+
description = "Adds support for ANSI escape sequences in the Eclipse console";
122+
license = licenses.asl20;
123+
platforms = platforms.all;
124+
maintainers = [ maintainers.rycee ];
125+
};
126+
};
127+
105128
anyedittools = buildEclipsePlugin rec {
106129
name = "anyedit-${version}";
107130
version = "2.7.1.201709201439";

0 commit comments

Comments
 (0)
Please sign in to comment.