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
committed by Joerg Thalheim
parent e19b5ef047
commit edf780b54f

View File

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