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";
};