Skip to content

Commit

Permalink
jetbrains.rider: fix dotnet location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Aug 6, 2020
1 parent c1f77f4 commit 5144ec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -224,7 +224,8 @@ let
interpreter=$(echo ${stdenv.glibc.out}/lib/ld-linux*.so.2)
patchelf --set-interpreter "$interpreter" lib/ReSharperHost/linux-x64/mono/bin/mono-sgen
rm -rf lib/ReSharperHost/linux-x64/dotnet
ln -s ${dotnet-sdk_3} lib/ReSharperHost/linux-x64/dotnet
mkdir -p lib/ReSharperHost/linux-x64/dotnet/
ln -s ${dotnet-sdk_3}/bin/dotnet lib/ReSharperHost/linux-x64/dotnet/dotnet
'');
});

Expand Down

0 comments on commit 5144ec1

Please sign in to comment.