jetbrains.rider: Use unwrapped location of sdk
Rider needs the location of the actual sdk to function. This commit uses the unwrapped sdk location instead of the wrapper which causes errors on startup of Rider. The issue makes it impossible to use Rider in practice.
This commit is contained in:
parent
9069a281a7
commit
f3ea13c879
@ -230,7 +230,7 @@ rec {
|
||||
|
||||
for dir in lib/ReSharperHost/linux-*; do
|
||||
rm -rf $dir/dotnet
|
||||
ln -s ${dotnet-sdk_7} $dir/dotnet
|
||||
ln -s ${dotnet-sdk_7.unwrapped}/share/dotnet $dir/dotnet
|
||||
done
|
||||
)
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user