Unverified Commit c78e5456 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

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

parents 63487b2f 46abff06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)
  ];