forked from mirrors/nixpkgs
omnisharp-roslyn: support Darwin
This commit is contained in:
parent
6b2d91aa1e
commit
c596cb7cb2
|
@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "OmniSharp based on roslyn workspaces";
|
||||
homepage = "https://github.com/OmniSharp/omnisharp-roslyn";
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ tesq0 ericdallo corngood ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue