xdg-desktop-portal-hyprland: add grim dependency (#518010)

This commit is contained in:
Donovan Glover
2026-07-01 16:59:06 +00:00
committed by GitHub
@@ -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 = {