Commit Graph

664 Commits

Author SHA1 Message Date
Claudio Bley
147d36b474 jetbrains: Check for 64 bit specific fsnotifier
In April, 2021, Jetbrains announced the end of support for 32-bit OS
IntelliJ-based IDEs[1]:

> The final major version that will be guaranteed to run on a 32-bit OS will be
> v2021.1 for all IntelliJ-based IDEs, including AppCode, Clion, DataGrip, GoLand,
> IntelliJ IDEA, PhpStorm, PyCharm, Rider, RubyMine, and WebStorm.

[1]: https://blog.jetbrains.com/idea/2021/04/end-of-support-for-32-bit-operating-systems-in-intellij-based-ides/
2021-07-30 15:00:14 +02:00
Claudio Bley
544e20e24b jetbrains: Update
clion               : 2021.1.2 -> 2021.2
datagrip            : 2021.1.3 -> 2021.2
goland              : 2021.1.3 -> 2021.2
idea-community      : 2021.1.3 -> 2021.2
idea-ultimate       : 2021.1.3 -> 2021.2
mps                 : 2021.1   -> 2021.1.1
phpstorm            : 2021.1.4 -> 2021.2
pycharm-community   : 2021.1.3 -> 2021.2
pycharm-professional: 2021.1.3 -> 2021.2
rider               : 2021.1.3 -> 2021.1.5
ruby-mine           : 2021.1.2 -> 2021.2
webstorm            : 2021.1.2 -> 2021.2
2021-07-30 10:57:03 +02:00
Claudio Bley
597f94bd8a jetbrains: Fix update.pl script for MPS
Jetbrains seems to have deviated from the usual URL pattern of
`/<product>/<version>/<name>-<version>.<ext>` by only using the major.minor part
of the version number in the first URL segment for MPS.
2021-07-30 10:57:03 +02:00
Jörg Thalheim
42c154d332
Merge pull request #129087 from raboof/jetbrains-update-script-updates
jetbrains: update script improvements
2021-07-06 06:40:51 +01:00
Arnout Engelen
afef449235
jetbrains: update script improvements
Fix some warnings and allow updating only the free modules.
2021-07-05 10:44:05 +02:00
Luke Granger-Brown
61d8ece2d1
Merge pull request #128879 from raboof/jetbrains-updates
jetbrains: updates
2021-07-03 01:51:21 +01:00
Arnout Engelen
41b86910e8
jetbrains: updates 2021-07-01 13:50:27 +02:00
Arnout Engelen
9701c3d3f7
jetbrains: use https in update script 2021-07-01 13:42:41 +02:00
Sandro
71a97e076d
Merge pull request #125498 from Atemu/jetbrains-mainProgram 2021-06-17 01:45:47 +02:00
Jean-Marie Gaillourdet
a887b48e1d all Jetbrains products: update to latest version
clion: 2020.2.1 -> 2021.1.2
datagrip: 2020.2.2 -> 2021.1.2
goland: 2020.2.2 -> 2021.1.2
idea-community: 2020.2.1 -> 2021.1.2
idea-ultimate: 2020.2.1 -> 2021.1.2
mps: 2020.1.4 -> 2021.1
phpstorm: 2020.2.1 -> 2021.1.3
pycharm-community: 2020.2.1 -> 2021.1.2
pycharm-professional: 2020.2.1 -> 2021.1.2
rider: 2020.2.1 -> 2021.1.3
ruby-mine: 2020.2.1 -> 2021.1.2
webstorm: 2020.2.1 -> 2021.1.2

These updates have all been generated with the newly fixed update.pl
script.

The script update.pl, which gets the latest versions from upstream
web server, has been failing for roughly half a year. It failed to
handle the new url pattern of MPS. The script and the url pattern
is updated to work with the latest version.

The clion specific postFixup hook had to be adapted, because names
of shared libraries changed.

(cherry picked from commit 8593496928ebacc8d0779ff5706b8d511dbc0177)
2021-06-06 11:13:28 +02:00
Atemu
632417e369 jetbrains: execName -> mainProgram
For consistency
2021-06-03 14:40:19 +02:00
Atemu
87b65fa13f jetbrains: add mainPrograms 2021-06-03 14:40:19 +02:00
Edward Tjörnhammar
57baa7efb7
jetbrains: updates
jetbrains.clion: 2021.1.1 -> 2021.1.2
jetbrains.datagrip: 2021.1.1 -> 2021.1.2
jetbrains.goland: 2021.1.1 -> 2021.1.2
jetbrains.idea-community: 2021.1.1 -> 2021.1.2
jetbrains.idea-ultimate: 2021.1.1 -> 2021.1.2
jetbrains.rider: 2021.1.2 -> 2021.1.3
jetbrains.webstorm: 2021.1.1 -> 2021.1.2
2021-06-01 21:55:29 +02:00
Luke Granger-Brown
510fc9cd8f jetbrains: update
jetbrains.clion: 2021.1 -> 2021.1.1
jetbrains.datagrip: 2021.1 -> 2021.1.1
jetbrains.goland: 2021.1 -> 2021.1.1
jetbrains.idea-community: 2021.1 -> 2021.1.1
jetbrains.idea-ultimate: 2021.1 -> 2021.1.1
jetbrains.phpstorm: 2021.1 -> 2021.1.2
jetbrains.pycharm-community: 2021.1 -> 2021.1.1
jetbrains.pycharm-professional: 2021.1 -> 2021.1.1
jetbrains.rider: 2021.1.1 -> 2021.1.2
jetbrains.ruby-mine: 2021.1 -> 2021.1.1
jetbrains.webstorm: 2021.1 -> 2021.1.1
2021-05-01 13:10:30 -07:00
Mauricio Scheffer
422441ed88
jetbrains.rider: fix internal dotnet runtime/SDK (#120589)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-27 15:22:06 +02:00
pmenke
d94d7c7714
jetbrains.clion: use lib.optionals instead of lib.optional 2021-04-20 20:07:33 +02:00
Jörg Thalheim
a7a29f5ba0
jetbrains.clion: use libdbusmenu instead of alias 2021-04-20 15:18:44 +02:00
Jörg Thalheim
110a062a7b
jetbrains.clion: switch to autoPatchelfHook 2021-04-20 12:05:13 +02:00
pmenke
dd2c1dd5c8
jetbrains.clion: add patchelf invocations for new binaries
version 2021.1 of clion (introduced with 3839373) has introduced additional clang related binaries which need patching.
clangd and clazy-standalone also need the provided libclazyPlugin.so on the rpath.
2021-04-19 23:36:55 +02:00
Sandro
c0c842c773
Merge pull request #119415 from SuperSandro2000/SuperSandro2000-patch-1
jetbrains: fix url literal
2021-04-14 14:25:15 +02:00
Sandro
a095f55964
jetbrains: fix url literal 2021-04-14 13:55:36 +02:00
Jamie Magee
66fc4b0133
jetbrains.rider: 2021.1 -> 2021.1.1 2021-04-13 17:38:29 -07:00
Edward Tjörnhammar
40be12c695
jetbrains.clion: fix glob match in build 2021-04-09 00:47:32 +02:00
Edward Tjörnhammar
3839373959
jetbrains: updates
jetbrains.clion: 2020.3.3 -> 2021.1
jetbrains.datagrip: 2020.3.2 -> 2021.1
jetbrains.goland: 2020.3.4 -> 2021.1
jetbrains.idea-community: 2020.3.3 -> 2021.1
jetbrains.idea-ultimate: 2020.3.3 -> 2021.1
jetbrains.mps: 2020.3.2 -> 2020.3.3
jetbrains.phpstorm: 2020.3.3 -> 2021.1
jetbrains.pycharm-community: 2020.3.4 -> 2021.1
jetbrains.pycharm-professional: 2020.3.4 -> 2021.1
jetbrains.rider: 2020.3.4 -> 2021.1
jetbrains.ruby-mine: 2020.3.2 -> 2021.1
jetbrains.webstorm: 2020.3.3 -> 2021.1
2021-04-09 00:47:32 +02:00
Frederik Rietdijk
0ca017dadc jetbrains.pycharm-community: propagate python3 2021-04-03 17:06:10 +02:00
Arnout Engelen
ac1d24c911
jetbrains: updates (#116595) 2021-03-20 22:03:58 +01:00
Alexey Shmalko
2115f2a226
Merge pull request #111737 from MazeChaZer/mps-license
jetbrains.mps: fix license
2021-03-17 14:14:35 +02:00
Samuel Gräfenstein
aef8f1edb0
treewide: perlPackages.LWPProtocolhttps -> perlPackages.LWPProtocolHttps
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:20 +01:00
LeUlukai
8199872bba jetbrains: updates 2021-02-18 08:53:12 +00:00
Gytis Ivaskevicius
c1441787d2 maintainers: add gytis-ivaskevicius 2021-02-17 15:33:05 +00:00
Gytis Ivaskevicius
6508977c17 Add extraLdPath to main jetbrains builder 2021-02-17 15:33:05 +00:00
Arnout Engelen
dc0e2bfd78 jetbrains: replace overrideDerivation with overrideAttr
This fixes error-checking of function arguments (
https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation),
notably checking the license (https://github.com/NixOS/nixpkgs/issues/107250)
2021-02-17 07:30:16 -08:00
Jonas Schürmann
8982abf3d5 jetbrains.mps: fix license
Jetbrains MPS is licensed under the Apache 2.0 license and all third-party
libraries use proper open source licenses as well, so I see no reason why MPS
would be marked as unfree.
2021-02-03 12:24:57 +01:00
Arnout Engelen
6a2e7a6318 jetbrains: updates 2021-01-27 15:30:35 +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
Arnout Engelen
28564278c0 jetbrains: updates 2021-01-04 13:44:30 +01:00
Edward Tjörnhammar
e3c8f10cbb
jetbrains: configurable vmoptions
All products are now configurable through `config.jetbrains.vmoptions`

Closes #107032
2020-12-19 23:19:52 +01:00
Edward Tjörnhammar
83bd601310
jetbrains.clion: address minor globchange 2020-12-19 23:19:43 +01:00
kolaente
657b567eaf
jetbrains: updates 2020-12-19 23:19:21 +01:00
Arnout Engelen
3eb7f016b9 jetbrains: updates 2020-12-02 13:36:58 +00:00
Sandro
c40ba614a1
Merge pull request #99894 from loskutov/patch-2
datagrip: remove loskutov from maintainers
2020-11-28 00:30:06 +01:00
Arnout Engelen
06f2fd5fb9
jetbrains: updates 2020-11-27 12:04:23 +01:00
Jason O'Conal
aeb6d3edab idea: 2020.2.2 -> 2020.2.3 2020-10-26 14:25:34 +10:30
Ignat Loskutov
b125b88783
datagrip: remove loskutov from maintainers
I haven't been actively maintaining this derivation; provided that updates are made by scripts, it looks like it's time to finally abandon it.
2020-10-06 22:47:34 +03:00
Damien Cassou
5f9027efa2
jetbrains.rider: 2020.2.2 -> 2020.2.3 2020-10-01 08:10:41 +02:00
Jason O'Conal
ce6de89eea idea: 2020.2.1 -> 2020.2.2 2020-09-18 11:54:45 +09:30
Damien Cassou
8864a7c6ac
Update rider 2020-09-13 16:01:52 +02:00
kolaente
ee939c9d18
Update jetbrains.webstorm 2020.2 -> 2020.2.1 2020-09-07 15:28:30 +02:00
kolaente
7b46916f94
Update jetbrains.ruby-mine 2020.2 -> 2020.2.1 2020-09-07 15:28:17 +02:00
kolaente
fe552e4534
Update jetbrains.rider 2020.2 -> 2020.2.1 2020-09-07 15:28:00 +02:00
kolaente
2fa77fecfa
Update jetbrains.pycharm-professional 2020.2 -> 2020.2.1 2020-09-07 15:27:45 +02:00
kolaente
b5a8a3b87d
Update jetbrains.pycharm-community 2020.2 -> 2020.2.1 2020-09-07 15:27:29 +02:00
kolaente
d0ce498d54
Update jetbrains.phpstorm 2020.2 -> 2020.2.1 2020-09-07 15:27:13 +02:00
kolaente
1ae3cac8fc
Update jetbrains.mps 2020.2 -> 2020.2.1 2020-09-07 15:26:58 +02:00
kolaente
1281a5748c
Update jetbrains.idea-ultimate 2020.2 -> 2020.2.1 2020-09-07 15:26:37 +02:00
kolaente
70706259a4
Update jetbrains.idea-community 2020.2 -> 2020.2.1 2020-09-07 15:26:22 +02:00
kolaente
120d6ed2fc
Update jetbrains.goland 2020.2.1 -> 2020.2.2 2020-09-07 15:25:44 +02:00
kolaente
977620b029
Update jetbrains.datagrip 2020.2 -> 2020.2.2 2020-09-07 15:25:30 +02:00
kolaente
487ea9d055
Update jetbrains.clion 2020.2 -> 2020.2.1 2020-09-07 15:25:07 +02:00
Jonathan Ringer
36b0dfe4a6
jetbrains.rider: 2020.1.4 -> 2020.2 2020-08-18 23:34:15 -07:00
Maximilian Bosch
3ad2a586b3
Merge pull request #95132 from r-k-b/feature/jetbrains-update
jetbrains: update
2020-08-11 10:30:36 +02:00
Robert K. Bell
d5adbd40b4
jetbrains: update
Used ./update.pl, no other changes.
2020-08-11 13:48:15 +10:00
Jonathan Ringer
5144ec19c7 jetbrains.rider: fix dotnet location 2020-08-06 15:46:41 -07:00
Jörg Thalheim
c285657e86
Merge pull request #86227 from BananchickPasha/master
jetbrains rider: backend on .Net Core support
2020-07-29 22:53:03 +01:00
Milan Pässler
a9438c28b3 jetbrains: update 2020-07-11 19:57:48 +02:00
Pawel Kruszewski
14feb9126e jetbrains.*: 2020.1.1/2/3 -> 2020.1.2/3/5 2020-06-28 18:21:37 +02:00
Lucas Abel
3b605eaee6
jetbrains: update
fixed missing zlib path to rpath in the clion bundled clangd binary
2020-06-03 11:40:51 +02:00
Jörg Thalheim
59aacec664
Merge pull request #66824 from rasendubi/jetbrains-mps-2019.1.5 2020-06-01 17:58:05 +01:00
Jonathan Ringer
99fe5868f6 jetbrains.*: 2020.1 -> 2020.1.1 2020-05-08 11:43:24 -07:00
Edmund Wu
d9fc843f95 jetbrains: remove p7zip from nativeBuildInputs 2020-05-02 22:05:12 +02:00
BananchickPasha
b90dfdab83 jetbrains rider: resharper on dotnet support 2020-04-28 19:34:07 +03:00
Maciej Krüger
441f5d5d26
jetbrains: remove deprecated value "Application" from desktop file 2020-04-20 07:16:14 +02:00
Maciej Krüger
d7df659126
jetbrains: 2019.3.5 -> 2020.1 2020-04-20 07:11:59 +02:00
Maximilian Bosch
ef1e4f8064
Merge pull request #84810 from kuznero/master
jetbrains: update
2020-04-11 14:55:30 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Roman Kuznetsov
85489caa9b
jetbrains: update 2020-04-09 16:08:01 +02:00
Milan Pässler
d5f2d4a593 jetbrains: update 2020-03-20 05:39:40 +01:00
Milan
b5f53a5b61
jetbrains: update (#82349) 2020-03-12 15:04:33 +01:00
Jonathan Ringer
55875fe19e jetbrains: update 2020-02-14 10:55:27 -08:00
Olli Helenius
741faf7d90 jetbrains.webstorm: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
b2f6416792 jetbrains.pycharm-professional: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
0c364672d0 jetbrains.pycharm-community: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
a7ebd849ef jetbrains.phpstorm: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
206003cab6 jetbrains.idea-ultimate: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
60e24ff9d4 jetbrains.idea-community: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
62184866d1 jetbrains.datagrip: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
d92862cacd jetbrains.clion: 2019.3.2 -> 2019.3.3 2020-01-24 02:14:02 -08:00
kolaente
ff60e96187
Jetbrains Goland 2019.3 -> 2019.3.1 2019-12-28 18:35:36 +01:00
kolaente
4b5bdb7dbe
Merge branch 'master' of github.com:NixOS/nixpkgs into update/jetbrains-2019.4 2019-12-28 18:14:31 +01:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
kolaente
62a5b9743b
Jetbrains Webstorm 2019.3 -> 2019.3.1 2019-12-25 11:13:37 +01:00
kolaente
5ae4412196
Jetbrains Ruby-Mine 2019.3 -> 2019.3.1 2019-12-25 11:13:19 +01:00
kolaente
919368a37a
Jetbrains Rider 2019.3 -> 2019.3.1 2019-12-25 11:13:04 +01:00
kolaente
2c964ae68e
Jetbrains Pycharm Professional 2019.3 -> 2019.3.1 2019-12-25 11:12:49 +01:00
kolaente
5acd28298b
Jetbrains Pycharm 2019.3 -> 2019.3.1 2019-12-25 11:12:26 +01:00
kolaente
1e5dfe05c3
Jetbrains Phpstorm 2019.3 -> 2019.3.1 2019-12-25 11:12:14 +01:00
kolaente
b2d769dc8a
Jetbrains IDEA Ultimate 2019.3 -> 2019.3.1 2019-12-25 11:11:54 +01:00
kolaente
9123715410
Jetbrains IDEA Community 2019.3 -> 2019.3.1 2019-12-25 11:11:40 +01:00
kolaente
9e2792a6ac
Jetbrains Datagrip 2019.2.6 -> 2019.3.1 2019-12-25 11:11:16 +01:00
kolaente
46ed341384
Jetbrains Clion 2019.3 -> 2019.3.2 2019-12-25 11:10:46 +01:00
kolaente
5cda2de538
Jetbrains Webstorm 2019.2.4 -> 2019.3 2019-12-02 18:48:24 +01:00
kolaente
598e4ec0b6
Jetbrains RubyMine 2019.2.4 -> 2019.3 2019-12-02 18:48:02 +01:00
kolaente
9a01f62d98
Jetbrains Phpstorm 2019.2.4 -> 2019.3 2019-12-02 18:47:36 +01:00
kolaente
9cff83f0eb
Jetbrains IDEA Ultimate 2019.2.5 -> 2019.3 2019-12-02 18:47:08 +01:00
kolaente
918ed06f29
Jetbrains IDEA Community 2019.2.4 -> 2019.3 2019-12-02 18:46:47 +01:00
kolaente
2a3d2c18c6
Jetbrains Goland 2019.2.5 -> 2019.3 2019-12-02 18:46:23 +01:00
kolaente
6274424647
Jetbrains Clion 2019.2.5 -> 2019.3 2019-12-02 18:45:58 +01:00
kolaente
d29879d21e
Jetbrains Pycharm Professional 2019.2.4 -> 2019.2.5 2019-11-21 21:36:58 +01:00
kolaente
2a717b3ff6
Jetbrains Pycharm Community 2019.2.4 -> 2019.2.5 2019-11-21 21:36:31 +01:00
kolaente
af027134bc
Jetbrains Phpstorm 2019.2.4 -> 2019.2.5 2019-11-21 21:36:01 +01:00
kolaente
f4a4557e60
Jetbrains Goland 2019.2.4 -> 2019.2.5 2019-11-21 21:35:38 +01:00
kolaente
a6558f64f6
Jetbrains Goland 2019.2.4 -> 2019.2.5 2019-11-07 20:23:34 +01:00
kolaente
1551aa3b04
Jetbrains Webstorm 2019.2.3 -> 2019.2.4 2019-11-03 21:06:23 +01:00
kolaente
5f6c3e0570
Jetbrains RubyMine 2019.2.3 -> 2019.2.4 2019-11-03 21:06:02 +01:00
kolaente
41a446c965
Jetbrains Pycharm Rider 2019.2.2 -> 2019.2.3 2019-11-03 21:05:39 +01:00
kolaente
0050f13057
Jetbrains Pycharm Professional 2019.2.3 -> 2019.2.4 2019-11-03 21:05:22 +01:00
kolaente
20899a2893
Jetbrains Pycharm Community 2019.2.3 -> 2019.2.4 2019-11-03 21:05:04 +01:00
kolaente
0835e481e0
Jetbrains Phpstorm 2019.2.3 -> 2019.2.4 2019-11-03 21:04:48 +01:00
kolaente
c1e9a4eaa9
Jetbrains IDEA Ultimate 2019.2.3 -> 2019.2.4 2019-11-03 21:04:31 +01:00
kolaente
a910bcd4b6
Jetbrains IDEA Community 2019.2.3 -> 2019.2.4 2019-11-03 21:04:11 +01:00
kolaente
852974a0c5
Jetbrains Goland 2019.2.3 -> 2019.2.4 2019-11-03 21:03:37 +01:00
kolaente
75cc535904
Jetbrains Datagrip 2019.2.5 -> 2019.2.6 2019-11-03 21:03:12 +01:00
kolaente
503dd12678
Jetbrains Clion 2019.2.3 -> 2019.2.5 2019-11-03 21:02:34 +01:00
Jörg Thalheim
492be34fc9
jetbrains/update-2 (#67719)
jetbrains/update-2
2019-09-28 10:49:38 +01:00
Edmund Wu
6b91398870
jetbrains.webstorm: 2019.2.1 -> 2019.2.3 2019-09-27 15:58:04 -04:00
Edmund Wu
f3d611f108
jetbrains.ruby-mine: 2019.2.1 -> 2019.2.3 2019-09-27 15:57:53 -04:00
Edmund Wu
4b6774a327
jetbrains.pycharm-professional: 2019.2.1 -> 2019.2.3 2019-09-27 15:57:37 -04:00
Edmund Wu
ac3c6be8b8
jetbrains.pycharm-community: 2019.2.1 -> 2019.2.3 2019-09-27 15:57:20 -04:00
Edmund Wu
a440d6d7f1
jetbrains.phpstorm: 2019.2.1 -> 2019.2.3 2019-09-27 15:57:03 -04:00
Edmund Wu
2cffced76a
jetbrains.idea-ultimate: 2019.2.2 -> 2019.2.3 2019-09-27 15:56:40 -04:00
Edmund Wu
a92aed3386
jetbrains.idea-community: 2019.2.2 -> 2019.2.3 2019-09-27 15:56:22 -04:00
Edmund Wu
5ebf7e414e
jetbrains.goland: 2019.2.1 -> 2019.2.2 2019-09-27 15:56:05 -04:00
Edmund Wu
403dc59d54
jetbrains.datagrip: 2019.2.3 -> 2019.2.5 2019-09-27 15:55:46 -04:00
Edmund Wu
2d0f8a0f0c
jetbrains.clion: 2019.2.1 -> 2019.2.3 2019-09-27 15:55:29 -04:00
Uri Baghin
336a2937ec jetbrains.rider: fix on darwin 2019-09-24 21:08:28 +10:00
Vladimír Čunát
9892d5ab2c
jetbrains.rider: fail evaluation in a good way on non-Linux
The tarball job was broken because of this (darwin).
2019-09-24 11:15:26 +02:00
Uri Baghin
01f0c10ba2 jetbrains.idea-community: add darwin support 2019-09-23 22:07:21 +10:00
Matthew Bauer
566796ab13
Merge pull request #69038 from matthewbauer/ncurses5
treewide: use libtinfo.so.5 where needed
2019-09-20 23:00:04 -04:00
Matthew Bauer
4c85abae94 treewide: use libtinfo.so.5 where needed
This was originally added in

https://github.com/NixOS/nixpkgs/pull/21350

best to use this name for clarity.
2019-09-18 13:57:20 -04:00
Maximilian Bosch
0d65acf47c
treewide: build some unfree packages locally
Unfree packages aren't distributed by our binary cache due to legal
reasons[1] and are usually a prebuilt binary that requires some patching.
When using distributed builds[2], those are uploaded to another build
machine as fixed-output derivations from `fetchurl` are built locally[3]
which takes a certain amount of time and resources with almost no gain
as the build process is trivial in contrast to the up/download to a
remote builder.

This is why I figured that at least some of the packages should be
explicitly built locally, I've done something simlar for
`citrix_workspace` already in the past[4].

The following packages are affected by this:

* `idea.*` (excluding free derivatives)
* `xmind`
* `teamviewer`

[1] https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package%3F#More_precision
[2] https://nixos.wiki/wiki/Distributed_build
[3] 267c8d6b2f/pkgs/build-support/fetchurl/default.nix (L95)
[4] 87f818d9b2
2019-09-13 09:29:09 +02:00
Edmund Wu
092f8227bd
jetbrains.rider: 2019.2.1 -> 2019.2.2 2019-09-06 17:42:43 -04:00
Edmund Wu
eaf2a81554
jetbrains.idea-ultimate: 2019.2.1 -> 2019.2.2 2019-09-06 17:42:27 -04:00
Edmund Wu
a803e915af
jetbrains.idea-community: 2019.2.1 -> 2019.2.2 2019-09-06 17:42:06 -04:00
Edmund Wu
308a8d3f85
jetbrains.webstorm: 2019.1.3 -> 2019.2.1 2019-08-31 15:40:25 -04:00
Edmund Wu
0b3e7a212a
jetbrains.datagrip: 2019.2.2 -> 2019.2.3 2019-08-31 15:40:24 -04:00
Edmund Wu
925abd008b
jetbrains.jdk: 164 -> 451 2019-08-31 15:40:24 -04:00
Frederik Rietdijk
ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Alexey Shmalko
cc1fcec278
jetbrains.mps: 2019.1.5 -> 2019.2 2019-08-27 12:23:59 +03:00
Edmund Wu
34d44f33de
jetbrains.ruby-mine: 2019.2 -> 2019.2.1 2019-08-26 13:40:13 -04:00
Edmund Wu
64a7035504
jetbrains.rider: 2019.1.2 -> 2019.2.1 2019-08-26 13:40:12 -04:00
Edmund Wu
64e74365b7
jetbrains.pycharm-professional: 2019.1.3 -> 2019.2.1 2019-08-26 13:40:12 -04:00
Edmund Wu
75fdf58e11
jetbrains.pycharm-community: 2019.1.3 -> 2019.2.1 2019-08-26 13:40:11 -04:00
Edmund Wu
b380c7c619
jetbrains.phpstorm: 2019.1.3 -> 2019.2.1 2019-08-26 13:40:10 -04:00
Edmund Wu
19d68692fd
jetbrains.idea-ultimate: 2019.1.3 -> 2019.2.1 2019-08-26 13:40:10 -04:00
Edmund Wu
f7d8e1f5e8
jetbrains.idea-community: 2019.1.3 -> 2019.2.1 2019-08-26 13:40:09 -04:00
Edmund Wu
26e598825e
jetbrains.goland: 2019.1.3 -> 2019.2.1 2019-08-26 13:40:08 -04:00
Edmund Wu
f16366856f
jetbrains.datagrip: 2019.2.1 -> 2019.2.2 2019-08-26 13:40:08 -04:00
Edmund Wu
910a4f2637
jetbrains.clion: 2019.1.4 -> 2019.2.1 2019-08-26 13:40:07 -04:00
Alexey Shmalko
7a8bbb6b99
jetbrains.mps: init at 2019.1.5 2019-08-18 14:04:57 +03:00
Jiri Danek
6ef1949187 jetbrains.ruby-mine: 2019.1.2 -> 2019.2 2019-08-03 12:37:02 +02:00
Jiri Danek
ab9a1eb009 jetbrains.datagrip: 2019.1.4 -> 2019.2.1 2019-08-03 12:36:11 +02:00
joncojonathan
448de5d5fc jetbrains update via update.pl
jetbrains.datagrip: 2019.1.3 -> 2019.1.4
jetbrains.phpstorm: 2019.1.2 -> 2019.1.3
jetbrains.rider:    2019.1.1 -> 2019.1.2

Updated to latest versions.
2019-07-13 11:02:31 +02:00
sonercirit
47d74045e9 jetbrains.pycharm-community: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
8d545d824f jetbrains.idea-ultimate: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
c57ee0bd11 jetbrains.idea-community: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
70d6c0ddc0 jetbrains.goland: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
60ede00cfc jetbrains.clion: 2019.1.3 -> 2019.1.4 2019-06-01 00:10:51 +03:00
sonercirit
4c267a9fde jetbrains.webstorm: 2019.1.2 -> 2019.1.3 (#62146) 2019-05-28 14:17:37 +02:00
soner.cirit
46097a616a jetbrains.webstorm: 2019.1.1 -> 2019.1.2 2019-05-23 03:35:18 +03:00
soner.cirit
4dee236a91 jetbrains.ruby-mine: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:56 +03:00
soner.cirit
0e5d565c5a jetbrains.pycharm-professional: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:38 +03:00
soner.cirit
33e5ed5084 jetbrains.pycharm-community: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:22 +03:00
soner.cirit
15018a5594 jetbrains.phpstorm: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:07 +03:00
soner.cirit
ad1c33faa2 jetbrains.idea-ultimate: 2019.1.1 -> 2019.1.2 2019-05-23 03:33:49 +03:00
soner.cirit
779a9543b5 jetbrains.idea-community: 2019.1.1 -> 2019.1.2 2019-05-23 03:33:11 +03:00
soner.cirit
96fe907ff1 jetbrains.goland: 2019.1.1 -> 2019.1.2 2019-05-23 03:32:32 +03:00
soner.cirit
ab2d9539f7 jetbrains.datagrip: 2019.1.2 -> 2019.1.3 2019-05-23 03:32:07 +03:00
soner.cirit
2dc88463cc jetbrains.clion: 2019.1.2 -> 2019.1.3 2019-05-23 03:31:23 +03:00
Herman Fries
834617951b jetbrains.rider: 2018.3.4 -> 2019.1.1 2019-05-07 17:02:21 +02:00
Herman Fries
ea243a8774 jetbrains.datagrip: 2019.1.1 -> 2019.1.2 2019-05-07 17:01:27 +02:00
Averell Dalton
238d4fb941 jetbrains.webstorm: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
3829f1a717 jetbrains.ruby-mine: 2018.3.5 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
20d8fc9600 jetbrains.pycharm-professional: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
46d0efb740 jetbrains.pycharm-community: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
18360c5809 jetbrains.phpstorm: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
bcba040b8a jetbrains.idea-ultimate: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
66811f55f3 jetbrains.idea-community: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
ccc403c589 jetbrains.goland: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
8d52d13be0 jetbrains.datagrip: 2018.3.4 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
ad3065ca7f jetbrains.clion: 2019.1 -> 2019.1.2 2019-04-27 04:03:57 -07:00
Averell Dalton
9bba3e7835 jetbrains.webstorm: 2018.3.4 -> 2019.1 2019-03-28 15:50:36 +01:00
Averell Dalton
973117496a jetbrains.pycharm-professional: 2018.3.4 -> 2019.1 2019-03-28 15:50:27 +01:00
Averell Dalton
70c57c24c4 jetbrains.pycharm-community: 2018.3.4 -> 2019.1 2019-03-28 15:44:20 +01:00
Averell Dalton
a2f6e40cc4 jetbrains.ruby-mine: 2018.3.3 -> 2018.3.5 2019-03-28 15:44:19 +01:00
Averell Dalton
68a33fce4c jetbrains.rider: 2018.3.2 -> 2018.3.4 2019-03-28 15:44:19 +01:00
Averell Dalton
2a328c840f jetbrains.phpstorm: 2018.3.3 -> 2019.1 2019-03-28 15:44:11 +01:00
Averell Dalton
4933eae0d5 jetbrains.idea-ultimate: 2018.3.4 -> 2019.1 2019-03-28 15:44:03 +01:00
Averell Dalton
7cb759636f jetbrains.idea-community: 2018.3.4 -> 2019.1 2019-03-28 15:43:55 +01:00
Averell Dalton
862b211788 jetbrains.goland: 2018.3.3 -> 2019.1 2019-03-28 15:43:37 +01:00
Averell Dalton
43d0137dc8 jetbrains.datagrip: 2018.3.2 -> 2018.3.4 2019-03-28 15:43:37 +01:00
Averell Dalton
ead0e93553 jetbrains.clion: 2018.3.4 -> 2019.1 2019-03-28 15:43:37 +01:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Herman Fries
27af2b4dca jetbrains.webstorm: 2018.3.3 -> 2018.3.4 2019-02-06 17:40:34 +01:00
Herman Fries
80778d3c0a jetbrains.ruby-mine: 2018.2.6 -> 2018.3.3 2019-02-06 17:39:52 +01:00
Herman Fries
f81339cadd jetbrains.rider: 2018.3.1 -> 2018.3.2 2019-02-06 17:39:08 +01:00
Herman Fries
47152bcc33 jetbrains.pycharm-professional: 2018.3.3 -> 2018.3.4 2019-02-06 17:36:32 +01:00
Herman Fries
175c0134ea jetbrains.pycharm-community: 2018.3.3 -> 2018.3.4 2019-02-06 17:35:13 +01:00
Herman Fries
1341f5523d jetbrains.phpstorm: 2018.2.6 -> 2018.3.3 2019-02-06 17:33:13 +01:00
Herman Fries
4a137f5435 jetbrains.idea-ultimate: 2018.3.3 -> 2018.3.4 2019-02-06 17:32:22 +01:00
Herman Fries
5cbaff3b43 jetbrains.idea-community: 2018.3.3 -> 2018.3.4 2019-02-06 17:31:35 +01:00
Herman Fries
575c88d765 jetbrains.goland: 2018.3.2 -> 2018.3.3 2019-02-06 17:25:42 +01:00
Herman Fries
6d21c1a3a1 jetbrains.datagrip: 2018.2.5 -> 2018.3.2 2019-02-06 17:25:00 +01:00
Herman Fries
83c627b8b0 jetbrains.clion: 2018.3.3 -> 2018.3.4 2019-02-06 17:23:59 +01:00
Herman Fries
0931e88251 jetbrains.webstorm: 2018.3.2 -> 2018.3.3 2019-01-16 16:56:46 +01:00
Herman Fries
86219e2512 jetbrains.rider: 2018.2.3 -> 2018.3.1 2019-01-16 16:56:14 +01:00
Herman Fries
126220c72f jetbrains.pycharm-professional: 2018.3.2 -> 2018.3.3 2019-01-16 16:55:08 +01:00
Herman Fries
8af348a4c0 jetbrains.pycharm-community: 2018.3.2 -> 2018.3.3 2019-01-16 16:54:40 +01:00
Herman Fries
623af95530 jetbrains.idea-ultimate: 2018.3.2 -> 2018.3.3 2019-01-16 16:54:04 +01:00
Herman Fries
443f806762 jetbrains.idea-community: 2018.3.2 -> 2018.3.3 2019-01-16 16:53:24 +01:00
Herman Fries
878a1a3f71 jetbrains.clion: 2018.3.2 -> 2018.3.3 2019-01-16 16:52:21 +01:00
Tad Fisher
1b3c024157 jetbrains: 2018.3.1 -> 2018.3.2 2018-12-23 09:52:19 -08:00
Tad Fisher
884095dcad jetbrains: 2018.3 -> 2018.3.1 2018-12-16 01:23:52 -08:00
Jason "Don" O'Conal
82f7281a8f jetbrains-editors: 2018.2 -> 2018.3 2018-11-27 22:27:15 +10:30
Edmund Wu
07839a571b
jetbrains.webstorm: 2018.2.5 -> 2018.2.6 2018-11-15 17:20:38 -05:00
Edmund Wu
19fa47c150
jetbrains.pycharm-professional: 2018.2.4 -> 2018.2.5 2018-11-15 17:20:24 -05:00
Edmund Wu
1a2a2aba02
jetbrains.pycharm-community: 2018.2.4 -> 2018.2.5 2018-11-15 17:19:53 -05:00
Edmund Wu
b48f467e1b
jetbrains.idea-ultimate: 2018.2.5 -> 2018.2.6 2018-11-15 17:19:30 -05:00
Edmund Wu
c2bbfa56ed
jetbrains.idea-community: 2018.2.5 -> 2018.2.6 2018-11-15 17:18:58 -05:00
Edmund Wu
2787e2c75e
jetbrains.goland: 2018.2.3 -> 2018.2.4 2018-11-15 17:18:27 -05:00
Edmund Wu
4d20e9999b
jetbrains.datagrip: 2018.2.4 -> 2018.2.5 2018-11-15 17:18:03 -05:00
Edmund Wu
9d1b22a909
jetbrains.clion: 2018.2.5 -> 2018.2.6 2018-11-15 17:17:37 -05:00
Edward Tjörnhammar
30422aa7d0
jetbrains.webstorm: 2018.2.3 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar
e61f199470
jetbrains.ruby-mine: 2018.2.2 -> 2018.2.4 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar
b8096a088e
jetbrains.phpstorm: 2018.2.3 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar
8c084007d5
jetbrains.clion: 2018.2.4 -> 2018.2.5 2018-11-11 17:29:34 +01:00
aki-ks
e49377208a jetbrains.idea-ultimate: 2018.2.4 -> 2018.2.5 2018-10-27 20:15:06 +02:00
aki-ks
269b690aec jetbrains.idea-community: 2018.2.4 -> 2018.2.5 2018-10-27 20:14:47 +02:00
Jörg Thalheim
83f6cf82c5
Merge pull request #47656 from plapadoo/jetbrains-libnotify
jetbrains: add libnotify to wrapper to enable notifications
2018-10-02 20:11:42 +01:00
Léo Gaspard
5f5905e30e jetbrains.idea-community: add IntelliJ keyword to the longDescription (#47650)
This should make it easier to find the package under the name
IntelliJ in eg. [1]

[1] https://nixos.org/nixos/packages.html#intellij
2018-10-02 16:03:18 +02:00
Philipp Middendorf
0b2f2f3d96 jetbrains: add libnotify to wrapper to enable notifications 2018-10-02 11:38:30 +02:00
Will Dietz
eb91037e7b tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is.

While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:

* makeWrapper
* archive utilities (in order to unpack src)
  * a few of these might no longer be needed but leaving for another day
2018-09-28 11:43:16 -05:00
Edward Tjörnhammar
f9c4a74b73
jetbrains.pycharm-professional: 2018.2.3 -> 2018.2.4 2018-09-24 16:39:40 +02:00
Edward Tjörnhammar
feb57bc9b9
jetbrains.pycharm-community: 2018.2.3 -> 2018.2.4 2018-09-24 16:39:11 +02:00
Edward Tjörnhammar
546dfb51a6
jetbrains.goland: 2018.2.2 -> 2018.2.3 2018-09-24 16:38:35 +02:00
Edmund Wu
4b1e3376d1 jetbrains.webstorm: 2018.2.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00
Edmund Wu
9b69a2520a jetbrains.ruby-mine: 2018.2.1 -> 2018.2.2 2018-09-24 16:35:17 +02:00
Edmund Wu
88692dd376 jetbrains.rider: 2018.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00
Edmund Wu
3bc77e5977 jetbrains.pycharm-professional: 2018.2.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00