File tree 1 file changed +23
-0
lines changed
pkgs/applications/editors/eclipse
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,29 @@ rec {
102
102
} ;
103
103
} ;
104
104
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
+
105
128
anyedittools = buildEclipsePlugin rec {
106
129
name = "anyedit-${ version } " ;
107
130
version = "2.7.1.201709201439" ;
You can’t perform that action at this time.
0 commit comments