gpu-screen-recorder: Install the systemd unit again (#350956)

This commit is contained in:
Artturin 2024-10-24 20:09:36 +03:00 committed by GitHub
commit c78e5456d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
];