Loading pkgs/applications/editors/jetbrains/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , patchelf , openssl , expat , libxcrypt-legacy , vmopts ? null }: Loading Loading @@ -50,6 +51,7 @@ let libdbusmenu openssl.out expat libxcrypt-legacy ]; dontAutoPatchelf = true; postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' Loading Loading
pkgs/applications/editors/jetbrains/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , patchelf , openssl , expat , libxcrypt-legacy , vmopts ? null }: Loading Loading @@ -50,6 +51,7 @@ let libdbusmenu openssl.out expat libxcrypt-legacy ]; dontAutoPatchelf = true; postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' Loading