mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #272842 from ners/rider
jetbrains.rider: fix dotnet linking
This commit is contained in:
commit
55f58f76ec
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,6 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
|
||||||
|
|
||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
|
|
||||||
# `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata
|
# `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
|
--replace-needed libcrypt.so.1 libcrypt.so
|
||||||
|
|
||||||
for dir in lib/ReSharperHost/linux-*; do
|
for dir in lib/ReSharperHost/linux-*; do
|
||||||
|
rm -rf $dir/dotnet
|
||||||
ln -s ${dotnet-sdk_7} $dir/dotnet
|
ln -s ${dotnet-sdk_7} $dir/dotnet
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue