jetbrains.clion: fix .NET version for Clion 2024.3

Bumps it to .NET 8 and uses the unwrapped version.
See #358178
This commit is contained in:
Niko Strijbol 2024-11-22 18:35:45 +01:00
parent d37c193125
commit 2d31028ce6
No known key found for this signature in database
GPG Key ID: 1A8AEBABD9012251

View File

@ -15,6 +15,7 @@ in
, python3
, lldb
, dotnet-sdk_7
, dotnet-sdk_8
, maven
, openssl
, expat
@ -126,7 +127,7 @@ rec {
for dir in plugins/clion-radler/DotFiles/linux-*; do
rm -rf $dir/dotnet
ln -s ${dotnet-sdk_7} $dir/dotnet
ln -s ${dotnet-sdk_8.unwrapped}/share/dotnet $dir/dotnet
done
)
'';