jetbrains.rider: fix dotnet linking

This commit is contained in:
ners 2023-12-12 13:29:30 +01:00 committed by Weijia Wang
parent 13607b9e13
commit 33207dd7fc

View File

@ -28,8 +28,6 @@
}:
let
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
inherit (stdenv.hostPlatform) system;
# `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata
@ -203,6 +201,7 @@ rec {
--replace-needed libcrypt.so.1 libcrypt.so
for dir in lib/ReSharperHost/linux-*; do
rm -rf $dir/dotnet
ln -s ${dotnet-sdk_7} $dir/dotnet
done
)