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