Artturin
c6568adb00
treewide: makeWrapper buildInputs to nativeBuildInputs
...
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Matt McHenry
a660bf0f55
eclipses: 2022-03 -> 2022-06
2022-07-25 14:05:29 +02:00
Robert Scott
466c2e342a
treewide/applications: add sourceType
binaryNativeCode
for many packages
2022-06-23 18:38:19 +01:00
Pavol Rusnak
a40cc0e399
eclipse.plugins.bytecode-outline: 2.5.0.201711011753-5a57fdf -> 1.0.1.202006062100
...
fix dead upstream urls, replace with new upstream
plugin has lower version because the versioning has been
restarted when the plugin namespace was changed from de.loskutov.BytecodeOutline
to org.eclipse.jdt.bcoview
2022-06-21 15:25:15 +02:00
Pavol Rusnak
1367f89a73
eclipse.plugins.anyedittools: 2.7.1.201709201439 -> 2.7.2.202006062100
...
fix dead upstream urls, replace with new upstream
2022-06-21 15:23:41 +02:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Artturin
c1fffdfffb
treewide: change some glibc to stdenv.cc.libc
2022-05-27 05:57:43 +03:00
Artturin
0c4d65b21e
treewide: stdenv.glibc -> glibc
2022-05-25 15:51:20 +03:00
Artturin
b3caa2f1fe
treewide: extraPostFetch -> postFetch
2022-05-23 17:18:50 +03:00
Matt McHenry
e3958c8098
eclipses: 2021-12 -> 2022-03
2022-04-04 21:06:10 +02:00
c0bw3b
ca57cf280b
eclipses.eclipse-java: fix browsing on https pages
...
It needs `glib-networking` for TLS support
Fixes #106455
Closes #127786
Co-authored-by: Niklaus Giger <niklaus.giger@member.fsf.org>
2022-02-26 19:48:11 +01:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Matt McHenry
8a7561ec09
eclipses: 2021-09 -> 2021-12
...
the .eclipseproduct file bundled with 2021-12 mistakenly still says
version=4.21.0, so tweak build-eclipse.nix to stop relying on it for
now.
2021-12-14 22:42:39 +01:00
Armin Rothfuss
f3ff3fe3db
eclipses.plugins: Add Apache ivyde, iyvderv, ivyant and ivy plugins ( #142407 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-05 14:09:15 +01:00
Matt McHenry
1f4b61279f
eclipses: 2021-06 -> 2021-09
2021-10-04 16:02:35 -04:00
Matt McHenry
07d6a1a78c
eclipses: 2021-03 -> 2021-06
2021-08-27 21:10:48 -04:00
Nervengift
3fa0d94a34
Eclipse: add libsecret dependency
...
eclipse was missing libsecret for keyring integration.
fixes #133628
2021-08-13 11:24:23 +02:00
Matt McHenry
1e67ddbf60
eclipses: 2020-12 -> 2021-03
...
* remove the jdt plugin, as it's not longer packaged separately on the
eclipse download site :-(
https://www.eclipse.org/forums/index.php/t/1107570/
* add eclipse-jee as a second option for those who need jdt
* remove eclipses.rust
this build was present at:
https://www.eclipse.org/downloads/packages/release/2020-12/r
https://www.eclipse.org/downloads/packages/release/2021-03/m2
but is not present at:
https://www.eclipse.org/downloads/packages/release/2021-03/m3
https://www.eclipse.org/downloads/packages/release/2021-03/rc1
https://www.eclipse.org/downloads/packages/release/2021-03/r
https://projects.eclipse.org/projects/tools.corrosion seems to
point users to install as a plugin rather than a top-level eclipse
package.
2021-04-24 12:02:30 -04:00
Robert Helgesson
831e64bad4
Drop maintainership for some packages
2021-04-18 09:00:18 +02:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Matt McHenry
1692303551
eclipses.plugins.freemarker: init at 1.5.305
2021-02-17 21:09:58 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bjørn Forsman
d0ecbe67b8
eclipses.plugins.cdt: fix hash
...
The last update had a copy-pasta error: the hash for jdt was also used
for cdt.
Fixes: 66a14b3e23
("eclipses: 2020-09 -> 2020-12")
2020-12-28 20:54:33 +01:00
mohe2015
56b0eb0c6f
eclipses.eclipse-rust: init at 2020-12
2020-12-20 19:25:29 +01:00
mohe2015
66a14b3e23
eclipses: 2020-09 -> 2020-12
2020-12-20 19:25:28 +01:00
Niklaus Giger
d955d0ad33
eclipses: add Eclipse IDE for RCP and RAP developers
2020-12-09 22:40:49 +01:00
MetaDark
4a5c49363a
fetchzip: remove write permissions for unpacked files
...
Fixes https://github.com/NixOS/nixpkgs/issues/38649
2020-11-26 15:30:12 -05:00
Matt McHenry
a7cad45d93
eclipses: 2020-06 -> 2020-09
2020-11-20 23:58:44 +01:00
Tim Neumann
16e15a2821
eclipse: add eclipse-committers
2020-06-25 21:42:25 +02:00
zowoq
c7e61112df
treewide: remove deprecated value Application
from makeDesktopItem
2020-06-25 12:18:37 +10:00
Matt McHenry
5383d2d32c
eclipses: 2020-03 -> 2020-06
...
PR #91113
2020-06-19 20:43:08 +02:00
Daniel Albert
2355d9d545
eclipse-scala-sdk: 4.4.1 -> 4.7.0
...
Unfortunately scala-ide is based on eclipse 4.7 (oxygen).
Thus is requires a java SDK 8 and GTK2.
2020-04-16 21:58:48 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Matt McHenry
05096867a5
eclipses: 2019-12 -> 2020-03
2020-03-23 23:11:18 +01:00
Bjørn Forsman
804fbc9c87
eclipses.plugins.cdt: fix source hash
2020-01-24 20:18:14 +01:00
Robert Helgesson
0c74d7b22e
eclipsePlugins.jdt: fix source hash
2020-01-19 22:54:05 +01:00
Giacomo Longo
6f7f88677b
eclipse: 19.09 -> 19.12 ( #76149 )
2019-12-22 14:59:39 +01:00
Matt McHenry
5b19d1e461
eclipses: 2019-06 -> 2019-09
2019-10-07 19:56:22 +02:00
Matt McHenry
fc15a97b7b
eclipses: 2018-12 -> 2019-06
2019-07-09 21:15:50 +02:00
Robert Helgesson
046d53c29c
eclipse-plugin-emacsplus: remove package
...
Unfortunately the upstream source has disappeared and the package is
no longer available anywhere.
2019-06-17 00:21:57 +02:00
Daniel Schaefer
92cccb6f83
treewide: Use HTTPS for readthedocs URLs
2019-04-22 20:46:18 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Robert Helgesson
48b5ad2739
Merge pull request #55575 from jerith666/eclipse-2018-12
...
eclipse: 2018-09 -> 2018-12
2019-02-20 19:15:02 +01:00
Matt McHenry
5e3bdd4242
eclipse.plugins.drools: init at 7.17.0
2019-02-16 10:52:08 +01:00
Matt McHenry
573d6dd011
eclipses: 2018-09 -> 2018-12
...
this also removes i686-linux support, as 2018-09 was the last release
officially supporting 32-bit
2019-02-11 14:12:56 -05:00
Matt McHenry
4f9089ad8e
eclipse: retire support for back-rev'd versions
...
with eclipse now on a once-per-quarter release, it makes less sense to
keep a lot of old versions around in nixpkgs. those who need them can
pin nixpkgs.
2019-02-11 14:12:56 -05:00
Robert Helgesson
2cd0061bbd
eclipse-plugin-spotbugs: 3.1.10 -> 3.1.11
2019-01-29 22:29:46 +01:00
Robert Helgesson
c076bd2233
Revert "eclipses: 4.9 -> 4.10"
...
This reverts commit 08bf7311f5
.
See https://github.com/NixOS/nixpkgs/pull/54390#issuecomment-455930334
2019-01-22 00:41:18 +01:00
Robert Helgesson
08bf7311f5
eclipses: 4.9 -> 4.10
...
This applies to Eclipse platform, SDK, and the JDT plugin.
2019-01-21 00:27:27 +01:00