From 46abff06a79af86b0edddd1503b78d99468b160e Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Thu, 24 Oct 2024 16:25:35 +0200 Subject: [PATCH] gpu-screen-recorder: Install the systemd unit again --- pkgs/applications/video/gpu-screen-recorder/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/gpu-screen-recorder/default.nix b/pkgs/applications/video/gpu-screen-recorder/default.nix index 3df7380579ebc..cc407d84f429c 100644 --- a/pkgs/applications/video/gpu-screen-recorder/default.nix +++ b/pkgs/applications/video/gpu-screen-recorder/default.nix @@ -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) ];