Commit 46abff06 authored by Tim Schumacher's avatar Tim Schumacher
Browse files

gpu-screen-recorder: Install the systemd unit again

parent c87f82b6
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)
  ];