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:
Jan Tojnar 2017-09-01 17:17:42 +02:00
parent 86e6e8016d
commit 137db3efb5
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -34,6 +34,8 @@ with lib;
services.dbus.packages = [ pkgs.at_spi2_core ];
systemd.packages = [ pkgs.at_spi2_core ];
};
}