1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

gnome-keyring: replace deprecated package name

This commit is contained in:
Robert Helgesson 2020-06-06 14:17:10 +02:00
parent 248dc17394
commit 354344d971
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -36,7 +36,7 @@ in {
args = concatStringsSep " " ([ "--start" "--foreground" ]
++ optional (cfg.components != [ ])
("--components=" + concatStringsSep "," cfg.components));
in "${pkgs.gnome3.gnome_keyring}/bin/gnome-keyring-daemon ${args}";
in "${pkgs.gnome3.gnome-keyring}/bin/gnome-keyring-daemon ${args}";
Restart = "on-abort";
};