3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #72391 from urkud/gnupg-pinentry-gnome3

nixos/gnupg: add dbus dependencies for gnome3 pinentry
This commit is contained in:
worldofpeace 2019-11-01 13:02:21 +00:00 committed by GitHub
commit a0b037b863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,8 @@ in
wantedBy = [ "sockets.target" ];
};
services.dbus.packages = mkIf (cfg.agent.pinentryFlavor == "gnome3") [ pkgs.gcr ];
environment.systemPackages = with pkgs; [ cfg.package ];
systemd.packages = [ cfg.package ];