pantheon.gala: Install systemd services

They are not useful before we drop --builtin,
though this should allow easier testing.
This commit is contained in:
Bobby Rong 2023-06-27 16:33:58 +08:00
parent 922e0902c2
commit feebb5e434
No known key found for this signature in database

View file

@ -21,6 +21,7 @@
, gnome-settings-daemon , gnome-settings-daemon
, wrapGAppsHook , wrapGAppsHook
, gexiv2 , gexiv2
, systemd
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -63,12 +64,7 @@ stdenv.mkDerivation rec {
libgee libgee
mesa # for libEGL mesa # for libEGL
mutter mutter
]; systemd
mesonFlags = [
# TODO: enable this and remove --builtin flag from session-settings
# https://github.com/NixOS/nixpkgs/pull/140429
"-Dsystemd=false"
]; ];
postPatch = '' postPatch = ''