dotnetPackages.FSharpAutoComplete: add missing glib dependency

This commit is contained in:
Pierre Bourdon
2020-06-14 12:53:38 +02:00
parent 0cb5116faf
commit 8dd26c6d85
+2
View File
@@ -4,6 +4,7 @@
, fetchurl , fetchurl
, fetchFromGitHub , fetchFromGitHub
, fetchNuGet , fetchNuGet
, glib
, pkgconfig , pkgconfig
, mono , mono
, fsharp , fsharp
@@ -544,6 +545,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
buildInputs = [ buildInputs = [
fsharp fsharp
glib
dotnetPackages.FSharpCompilerService dotnetPackages.FSharpCompilerService
dotnetPackages.NewtonsoftJson dotnetPackages.NewtonsoftJson
dotnetPackages.NDeskOptions dotnetPackages.NDeskOptions