Commit graph

16 commits

Author SHA1 Message Date
Gytis Ivaskevicius 6508977c17 Add extraLdPath to main jetbrains builder 2021-02-17 15:33:05 +00:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07: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
Edmund Wu d9fc843f95 jetbrains: remove p7zip from nativeBuildInputs 2020-05-02 22:05:12 +02:00
Maciej Krüger 441f5d5d26
jetbrains: remove deprecated value "Application" from desktop file 2020-04-20 07:16:14 +02:00
Uri Baghin 01f0c10ba2 jetbrains.idea-community: add darwin support 2019-09-23 22:07:21 +10: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
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
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth dda95bae35 [bot] treewide: remove unused 'args@' in lambdas 2018-07-20 19:54:05 +00:00
Maximilian Bosch a38466a340
idea: add libsecret to the library path
This solves the `Cannot access native keychain` warning from
IntelliJ-based IDEs. Previously IDEA was unable to find `libsecret` as
it was not part of its library path.

Please keep in mind that the keyring daemon that can be enabled on
NixOS with `services.gnome3.gnome-keyring.enable = true` must be
running.
2018-03-03 14:34:44 +01:00
Vasiliy Solovey f8832fb277 rider: init at 171.3655.1246 2017-04-01 11:48:52 +03:00
Vasiliy Solovey bab0ed75c0 idea: rename to jetbrains
JetBrains IDEs were put under wrong scope which was confusing.
Fixes #24453
2017-04-01 10:21:19 +03:00
Renamed from pkgs/applications/editors/idea/common.nix (Browse further)