[bug#75337,2/2] gnu: hyprland: Add hyprland-qtutils to propagated-inputs.
Commit Message
Hyprland will warn and suggest on running that it expects to find binaries
from hyprland-qtutils.
* gnu/packages/wm.scm (hyprland)[propagated-inputs]: New field.
Change-Id: I54a2331181636b7aad9abdf7dfef9e1ac9c9fc3c
---
gnu/packages/wm.scm | 2 ++
1 file changed, 2 insertions(+)
--
2.47.1
@@ -169,6 +169,7 @@ (define-module (gnu packages wm)
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-xyz)
+ #:use-module (gnu packages qt)
#:use-module (gnu packages readline)
#:use-module (gnu packages regex)
#:use-module (gnu packages serialization)
@@ -423,6 +424,7 @@ (define-public hyprland
xcb-util-errors
xcb-util-wm
xorg-server-xwayland))
+ (propagated-inputs (list hyprland-qtutils))
(home-page "https://hyprland.org/")
(synopsis "Dynamic tiling Wayland compositor")
(description