mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/gdm: Do not require GTK for account-service-util
This commit is contained in:
parent
cfa3489653
commit
b575d76ce1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue