mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
eclipse-plugin-emacsplus: remove package
Unfortunately the upstream source has disappeared and the package is no longer available anywhere.
This commit is contained in:
parent
6d294b77a9
commit
046d53c29c
@ -392,29 +392,6 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
emacsplus = buildEclipsePlugin rec {
|
||||
name = "emacsplus-${version}";
|
||||
version = "4.2.0";
|
||||
|
||||
srcFeature = fetchurl {
|
||||
url = "http://www.mulgasoft.com/emacsplus/e4/update-site/features/com.mulgasoft.emacsplus.feature_${version}.jar";
|
||||
sha256 = "0wja3cd7gq8w25797fxnafvcncjnmlv8qkl5iwqj7zja2f45vka8";
|
||||
};
|
||||
|
||||
srcPlugin = fetchurl {
|
||||
url = "http://www.mulgasoft.com/emacsplus/e4/update-site/plugins/com.mulgasoft.emacsplus_${version}.jar";
|
||||
sha256 = "08yw45nr90mlpdzim74vsvdaxj41sgpxcrqk5ia6l2dzvrqlsjs1";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.mulgasoft.com/emacsplus/;
|
||||
description = "Provides a more Emacs-like experience in the Eclipse text editors";
|
||||
license = licenses.epl10;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
findbugs = buildEclipsePlugin rec {
|
||||
name = "findbugs-${version}";
|
||||
version = "3.0.1.20150306-5afe4d1";
|
||||
|
Loading…
Reference in New Issue
Block a user