gnome3.tracker-miners: install systemd user services

The build checks for systemd and won't install them by default if not found.
This commit is contained in:
Tor Hedin Brønner
2019-03-15 00:17:11 +01:00
committed by Jan Tojnar
parent 2273d2ba2c
commit 06f059f908

View File

@@ -64,6 +64,7 @@ in stdenv.mkDerivation rec {
# TODO: tests do not like our sandbox
"-Dfunctional_tests=false"
"-Ddbus_services=${placeholder "out"}/share/dbus-1/services"
"-Dsystemd_user_services=${placeholder "out"}/lib/systemd/user"
];
patches = [