0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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

This commit is contained in:
Jan Tojnar 2022-11-12 23:37:16 +01:00
parent cfa3489653
commit b575d76ce1

View file

@ -2,7 +2,7 @@
, glib , glib
, gobject-introspection , gobject-introspection
, python3 , python3
, wrapGAppsHook , wrapGAppsNoGuiHook
, lib , lib
}: }:
@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication {
strictDeps = false; strictDeps = false;
nativeBuildInputs = [ nativeBuildInputs = [
wrapGAppsHook wrapGAppsNoGuiHook
gobject-introspection gobject-introspection
]; ];