This commit is contained in:
Daniel Ziltener 2024-04-10 22:19:39 +02:00
parent ef753a050e
commit 1dedc8833a
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 9 additions and 1 deletions

View File

@ -228,6 +228,7 @@ command line tool called @code{udcli} that incorporates the library.")
(arguments
(list #:build-type "release"
#:parallel-build? #t
#:configure-flags #~(list "-Dxwayland=enabled")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-path
@ -264,15 +265,22 @@ command line tool called @code{udcli} that incorporates the library.")
(native-inputs (list cmake gcc-13 jq pkg-config cpio))
(inputs
(list cairo-for-hyprland
egl-gbm
egl-wayland
gcc-13
hyprcursor
libdrm-for-hyprland
libglvnd
libxcb
rosenthal:hyprland-protocols
rosenthal:hyprlang
pango
pciutils
tomlplusplus
udis86-for-hyprland
wlroots-for-hyprland))
wlroots-for-hyprland
xcb-util-wm
xorg-server-xwayland))
(home-page "https://hyprland.org")
(synopsis "Dynamic tiling Wayland compositor based on wlroots")
(description