mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08: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:
committed by
Joerg Thalheim
parent
e19b5ef047
commit
edf780b54f
@@ -34,6 +34,8 @@ with lib;
|
||||
|
||||
services.dbus.packages = [ pkgs.at_spi2_core ];
|
||||
|
||||
systemd.packages = [ pkgs.at_spi2_core ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user