mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
parent
2273d2ba2c
commit
06f059f908
@ -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…
Reference in New Issue
Block a user