Commit Graph

513 Commits

Author SHA1 Message Date
zlepper
57e3ef7947 jetbrains.writerside: init at 2023.3 EAP 2024-04-19 07:18:27 +02:00
ners
e7e99e2e21 jetbrains.clion: add missing dependencies 2024-04-15 11:11:42 +02:00
Jan Riedel
676aeada57
jetbrains.gateway: add libgcc to fix build 2024-04-04 23:51:30 +02:00
éclairevoyant
d9b2bc7827
Merge pull request #281479 from kirillrdy/rider
jetbrains.rider: fix build on aarch64-linux
2024-04-03 12:32:52 -04:00
Siddhartha
000774b8e9 jetbrains.rust-rover: fix build by removing unneeeded patchelf 2024-03-13 12:06:52 -04:00
Kirill Radzikhovskyy
e9fbf030d9 jetbrains.rider: fix build on aarch64-linux 2024-01-17 16:31:40 +09:00
Adam Joseph
80472e3754 treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs 2023-12-15 05:13:46 -08:00
Fabián Heredia Montiel
dd11cc3eff
Merge pull request #273957 from dritter/update-jetbrains3
jetbrains: 2023.3 -> 2023.3.1
2023-12-14 03:20:43 +00:00
Weijia Wang
8e4f8df601 jetbrains.datagrip: fix build 2023-12-13 14:41:53 +01:00
ners
33207dd7fc jetbrains.rider: fix dotnet linking 2023-12-13 02:25:02 +01:00
Daniel S. Lee
9610494818 jetbrains: add libraries needed for patchelf 2023-12-13 02:19:17 +01:00
GenericNerdyUsername
3b53d2b137
jetbrains.*: overhaul, add source builds for pycharm and idea 2023-12-03 19:32:27 +00:00
Jörg Thalheim
4af510c7ae treewide: drop myself from packages that I don't activily maintain 2023-11-05 05:43:35 +01:00
Raphael Robatsch
812e28f491 jetbrains.rider: symlink dotnet-sdk again
`lib/ReSharperHost/linux-*/dotnet` does not exist, so that pattern
expands to nothing, and the ln command became just
`ln -s ${dotnet-sdk_7}`.
2023-10-14 17:38:57 +02:00
Weijia Wang
3b6d08dfdd jetbrains: do not hardcode x64 paths 2023-10-14 12:29:08 +02:00
Nick Cao
aff903118b jetbrains.*: also fetch source for aarch64-linux 2023-10-13 21:52:43 +02:00
nixdrin
bcdfa18846 jetbrains.rider: use autoPatchelf
Turns out Rider was previously relying on having libstdc++ in
LD_LIBRARY_PATH, because the binaries were not patched properly.

Rewrite the patching to use autoPatchelf similar to CLion so that the
RPATH of the binaries are adjusted. While at it also patch all the
binaries in the dotCommon and dotTrace plugins. Those seem to need zlib
and fontconfig which were completely missing before (they are probably
only called when using certain functionality of the IDE).

icu doesn't actually seem to be needed (autoPatchelf does not complain
that it's missing) and the IDE starts fine without it, so drop it for
now.
2023-10-09 16:37:42 +02:00
Steven Kou
8b1de6a005
jetbrains.gateway: remove maintainer 2023-10-05 01:30:54 -04:00
followin
f6ec82bbf3 jetbrains-rust-rover: patch intellij-rust-native-helper plugin 2023-09-15 23:22:36 +03:00
followin
b9eceb590f jetbrains-rust-rover: fix plugin tests, remove autopatching of plugins shipped with ide 2023-09-15 22:55:24 +03:00
followin
72a455b13d jetbrains-rust-rover: init at 232.9921.46(EAP) 2023-09-15 15:09:55 +03:00
Dominik Ritter
d482e00d61 jetbrains: 2023.1.4 -> 2023.2
jetbrains.phpstorm: 2023.1.4 -> 2023.2
jetbrains.rider: 2023.1.4 -> 2023.2
2023-08-12 23:15:56 +02:00
GenericNerdyUsername
151c175a85
jetbrains.goland: fix build with plugins 2023-07-20 15:00:57 +01:00
GenericNerdyUsername
cc102eb916
jetbrains.dataspell: format 2023-07-20 15:00:56 +01:00
Oscar Molnar
fe3b9fd75f maintainer: added myself (tymscar) as a maintainer to some Jetbrain IDEs 2023-07-16 16:11:47 +01:00
GenericNerdyUsername
dd4054b93d
jetbrains.clion: remove redundant wrapper 2023-07-13 19:44:48 +01:00
GenericNerdyUsername
72991ff747
jetbrains.clion: dont replace cmake and gdb, patch gdb instead 2023-06-29 19:19:19 +01:00
GenericNerdyUsername
f797b35da3
jetbrains: add plugin support 2023-06-26 12:36:29 +01:00
Leona Maroni
13a4d74754
jetbrains.dataspell: init at 2023.1 2023-04-15 22:43:52 +02:00
xinyangli
58f88f61b3 jetbrains: add libxcrypt-legacy 2023-03-29 12:09:24 +08:00
Edward Tjörnhammar
d1b0bcc047 jetbrains.clion: correct patchelf searchpath 2023-01-29 13:29:31 +00:00
Shawn8901
3866fa44a7 treewide: remove global with lib; in pkgs/{audio,blockchain,editors} 2023-01-21 23:11:12 +01:00
GenericNerdyUsername
b1efcf7886
jetbrains-jdk: add JCEF support 2023-01-14 11:37:38 +00:00
Dominik Ritter
9c0f5849bb
jetbrains.goland: Fix build 2022-12-31 17:17:24 +08:00
Steven Kou
9ac60ccc7e
jetbrains.gateway: Fix product name 2022-12-31 17:17:21 +08:00
Raphael Robatsch
1e260a0683 jetbrains.rider: fix test coverage analysis
JetBrains.Profiler.PdbServer is used by the IDE's test coverage
analyzer. It needs to be patchelf'd.
2022-12-02 21:21:52 +01:00
Jörg Thalheim
f960103192
Merge pull request #192418 from GenericNerdyUsername/clion-patch-dont-replace
jetbrains.clion: patch lldb instead of replacing
2022-11-14 13:13:12 +01:00
Dominik Ritter
33db6f2c57 maintainers: add dritter 2022-10-15 16:10:46 +02:00
Steven Kou
ca7c983462
jetbrains.gateway: init at 223.6646.21 2022-10-13 01:57:19 +08:00
GenericNerdyUsername
de8743c273
jetbrains.clion: patch lldb instead of replacing
Using LLDB to debug rust programs failed due to a missing executable. See https://github.com/NixOS/nixpkgs/pull/186976#issuecomment-1252194831
2022-09-22 11:47:34 +01:00
Raphael Robatsch
c1ad7b9056 jetbrains.rider: add raphaelr to maintainers 2022-09-09 08:39:10 +02:00
Raphael Robatsch
288b886396 jetbrains.rider: fix startup
Rider 2022.2 changed the way it invokes Rider.Backend, this adds the
required patching so that startup succeeds again.
2022-09-09 08:39:10 +02:00
GenericNerdyUsername
a20e4b808a
jetbrains: update 2022-08-19 10:43:56 +01:00
Olliroxx
45c36fbb01 jetbrains.pycharm: add cython debug speedups
https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html

As far as I can tell, the installation directory needs to be writeable to run the compile script, which isn't possible post-build
2022-07-15 22:28:58 +01:00
ajs124
d26d95d39a maintainers: remove miltador
no github account linked
2022-06-29 00:55:00 +02:00
ajs124
9c583f06af maintainers: remove schristo
no github account linked
2022-06-29 00:54:59 +02:00
Maximilian Bosch
cdbc6e64e4
treewide: reduce maintenance workload for ma27
Note: I DO NOT resign from nixpkgs, not at all!

However, I like a clean notification inbox and I get a lot of stuff for
packages where I'm only an end-user or don't use them anymore and thus
can't help out that much.

So please consider it a measure to reduce the mental load for me when
going through my notifications ;-)
2022-06-19 12:07:43 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Ben Siraphob
fa86dc7089
Merge pull request #167862 from AnatolyPopov/jetbrains-update-script-fixes 2022-05-02 10:18:28 -06:00
ElXreno
22be75cbbe jetbrains.rider: bump dotnet sdk
Jetbrains have upgraded their internal runtime to .NET 6.
This can be checked by executing a command in the original package:
`strings lib/ReSharperHost/linux-x64/dotnet/dotnet | grep "Version "`
2022-04-28 10:46:38 -04:00