mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
nixos/gdm: Do not require GTK for account-service-util
This commit is contained in:
parent
cfa3489653
commit
b575d76ce1
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user