mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
gnome3.at-spi2-core: fix service not found error
The service was not registered as a systemd service resulting in errors in the system journal every time a GNOME application was launched. See: #16327
This commit is contained in:
parent
86e6e8016d
commit
137db3efb5
@ -34,6 +34,8 @@ with lib;
|
||||
|
||||
services.dbus.packages = [ pkgs.at_spi2_core ];
|
||||
|
||||
systemd.packages = [ pkgs.at_spi2_core ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user