Compare commits

...

1 Commits

Author SHA1 Message Date
Jan Tojnar
234a28e080 nixos/gdm: Do not require GTK for account-service-util 2022-11-12 23:37:16 +01:00

View File

@@ -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
];