Skip to content

Commit

Permalink
gpu-screen-recorder: Install the systemd unit again (#350956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Oct 24, 2024
2 parents 63487b2 + 46abff0 commit c78e545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/video/gpu-screen-recorder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
];

Expand Down

0 comments on commit c78e545

Please sign in to comment.