Unverified Commit dfb733dc authored by Toma's avatar Toma Committed by GitHub
Browse files

libation: add glib to runtimeDeps (#497721)

parents 380e22c4 a1c851ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  fetchFromGitHub,
  dotnetCorePackages,
  wrapGAppsHook3,
  glib,
  glew,
  gtk3,
  libxrandr,
@@ -56,6 +57,8 @@ buildDotnetModule rec {
    libxcursor
    # For file dialogs
    gtk3
    # For web view (login dialog); loaded via P/Invoke at runtime
    glib
  ];

  postInstall = ''