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
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