evolution-data-server: use the right gnome3 package set in the service
This commit is contained in:
parent
265351051e
commit
7da235a988
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
gnome3 = config.environment.gnome3.packageSet;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
###### interface
|
###### interface
|
||||||
@ -30,9 +33,9 @@ with lib;
|
|||||||
|
|
||||||
config = mkIf config.services.gnome3.evolution-data-server.enable {
|
config = mkIf config.services.gnome3.evolution-data-server.enable {
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.evolution_data_server ];
|
environment.systemPackages = [ gnome3.evolution_data_server ];
|
||||||
|
|
||||||
services.dbus.packages = [ pkgs.evolution_data_server ];
|
services.dbus.packages = [ gnome3.evolution_data_server ];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user