tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eclipse-plugins-ansi-econsole: init at 1.3.5
Robert Helgesson
8 years ago
98b35db5
f9637326
+23
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
eclipse
plugins.nix
+23
pkgs/applications/editors/eclipse/plugins.nix
···
102
};
103
};
104
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
105
anyedittools = buildEclipsePlugin rec {
106
name = "anyedit-${version}";
107
version = "2.7.1.201709201439";
···
102
};
103
};
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
+
128
anyedittools = buildEclipsePlugin rec {
129
name = "anyedit-${version}";
130
version = "2.7.1.201709201439";