Commit b575d76c authored by Jan Tojnar's avatar Jan Tojnar
Browse files

nixos/gdm: Do not require GTK for account-service-util

parent cfa34896
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, glib
, gobject-introspection
, python3
, wrapGAppsHook
, wrapGAppsNoGuiHook
, lib
}:

@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication {
  strictDeps = false;

  nativeBuildInputs = [
    wrapGAppsHook
    wrapGAppsNoGuiHook
    gobject-introspection
  ];