jetbrains added udev to extraLdPath

This commit is contained in:
Pavel Anpin 2023-08-14 16:09:39 +04:00 committed by Artturin
parent 100a1550b0
commit bee39a0151

View file

@ -11,6 +11,7 @@
, unzip
, libsecret
, libnotify
, udev
, e2fsprogs
, python3
, vmopts ? null
@ -109,6 +110,9 @@ with stdenv; lib.makeOverridable mkDerivation (rec {
# Some internals want libstdc++.so.6
stdenv.cc.cc.lib libsecret e2fsprogs
libnotify
# Required for Help -> Collect Logs
# in at least rider and goland
udev
] ++ extraLdPath)}" \
${lib.concatStringsSep " " extraWrapperArgs} \
--set-default JDK_HOME "$jdk" \