nixos/gnome3: re-add tracker 2 dbus services
They are still needed by Photos, Books and Documents.
This commit is contained in:
parent
63c7390174
commit
ea1923841a
@ -406,6 +406,15 @@ in
|
|||||||
yelp
|
yelp
|
||||||
] config.environment.gnome3.excludePackages);
|
] config.environment.gnome3.excludePackages);
|
||||||
|
|
||||||
|
# Temporary hack until we can drop tracker 2.
|
||||||
|
services.dbus.packages = with pkgs.gnome3;
|
||||||
|
let
|
||||||
|
tracker2needed = removePackagesByName [ pkgs.gnome-photos gnome-documents gnome-books ] config.environment.gnome3.excludePackages == [];
|
||||||
|
in
|
||||||
|
lib.optionals tracker2needed [
|
||||||
|
tracker_2
|
||||||
|
];
|
||||||
|
|
||||||
# Enable default program modules
|
# Enable default program modules
|
||||||
# Since some of these have a corresponding package, we only
|
# Since some of these have a corresponding package, we only
|
||||||
# enable that program module if the package hasn't been excluded
|
# enable that program module if the package hasn't been excluded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user