Unverified Commit 55d69831 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #304266 from hacker1024/fix/clion-nova

jetbrains.clion: Add .NET SDK for ReSharper engine
parents 00aaae56 06e2c60c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -113,6 +113,17 @@ rec {
      xz
    ];
  }).overrideAttrs (attrs: {
    postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) ''
      (
        cd $out/clion

        for dir in plugins/clion-radler/DotFiles/linux-*; do
          rm -rf $dir/dotnet
          ln -s ${dotnet-sdk_7} $dir/dotnet
        done
      )
    '';

    postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) ''
      (
        cd $out/clion