mono: 5 -> 6

This commit is contained in:
Robert Schütz
2021-05-12 21:32:40 +02:00
parent 8a0c5da648
commit d099e7558e
5 changed files with 14 additions and 16 deletions
@@ -1,6 +1,6 @@
{ lib, stdenv
, fetchurl
, mono6
, mono
, msbuild
, dotnet-sdk
, makeWrapper
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
chmod -R u+w $out/src
mv $out/src/.msbuild/Current/{bin,Bin}
makeWrapper ${mono6}/bin/mono $out/bin/omnisharp \
makeWrapper ${mono}/bin/mono $out/bin/omnisharp \
--add-flags "$out/src/OmniSharp.exe"
'';