diff --git a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix index 27dc09810161..c0da66554a81 100644 --- a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix @@ -7,6 +7,7 @@ pkg-config, wrapQtAppsHook, nix-update-script, + grim, hyprland, hyprland-protocols, hyprlang, @@ -81,7 +82,12 @@ stdenv.mkDerivation (finalAttrs: { } wrapProgramShell $out/libexec/xdg-desktop-portal-hyprland \ - --prefix PATH ":" ${lib.makeBinPath [ (placeholder "out") ]} + --prefix PATH ":" ${ + lib.makeBinPath [ + (placeholder "out") + grim + ] + } ''; passthru = {