.
This commit is contained in:
parent
ef753a050e
commit
1dedc8833a
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue