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