mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
omnisharp-roslyn: switch dotnet-sdk to PATH suffix
This commit is contained in:
parent
3672c0a33f
commit
cb7c09eddb
@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
|
||||
ln -s ${msbuild}/lib/mono/msbuild/Current/bin $out/src/.msbuild/Current/Bin
|
||||
|
||||
makeWrapper ${mono6}/bin/mono $out/bin/omnisharp \
|
||||
--prefix PATH : ${dotnet-sdk}/bin \
|
||||
--suffix PATH : ${dotnet-sdk}/bin \
|
||||
--add-flags "$out/src/OmniSharp.exe"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user