gnome3.tracker-miners: install systemd user services

The build checks for systemd and won't install them by default if not found.
wip/yesman
Tor Hedin Brønner 5 years ago committed by Jan Tojnar
parent 2273d2ba2c
commit 06f059f908
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 1
      pkgs/desktops/gnome-3/core/tracker-miners/default.nix

@ -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 = [

Loading…
Cancel
Save