gpu-screen-recorder: Install the systemd unit again

This commit is contained in:
Tim Schumacher
2024-10-24 16:25:35 +02:00
parent c87f82b6aa
commit 46abff06a7
@@ -59,11 +59,12 @@ stdenv.mkDerivation (finalAttrs: {
];
mesonFlags = [
# Install the upstream systemd unit
(lib.mesonBool "systemd" true)
# Enable Wayland support
(lib.mesonBool "portal" true)
# Handle by the module
(lib.mesonBool "capabilities" false)
(lib.mesonBool "systemd" false)
(lib.mesonBool "nvidia_suspend_fix" false)
];