gnome3.tracker module: add self to systemd path

fixes GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit
tracker-store.service not found. - indexing for (null) will not work
This commit is contained in:
Alexander Ried 2016-10-01 00:11:43 +02:00
parent 47dc33ded2
commit 38212f6a0f

View File

@ -37,6 +37,8 @@ in
services.dbus.packages = [ gnome3.tracker ];
systemd.packages = [ gnome3.tracker ];
};
}