Merge pull request #249107 from anpin/rider-udev

authored by Artturi and committed by GitHub 4919a8cd 2301b120

+4
+4
pkgs/applications/editors/jetbrains/linux.nix
··· 11 11 , unzip 12 12 , libsecret 13 13 , libnotify 14 + , udev 14 15 , e2fsprogs 15 16 , python3 16 17 , vmopts ? null ··· 109 110 # Some internals want libstdc++.so.6 110 111 stdenv.cc.cc.lib libsecret e2fsprogs 111 112 libnotify 113 + # Required for Help -> Collect Logs 114 + # in at least rider and goland 115 + udev 112 116 ] ++ extraLdPath)}" \ 113 117 ${lib.concatStringsSep " " extraWrapperArgs} \ 114 118 --set-default JDK_HOME "$jdk" \