gpu-screen-recorder: Install the systemd unit again (#350956)
This commit is contained in:
commit
c78e5456d8
@ -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)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user