.
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
|
(arguments
|
||||||
(list #:build-type "release"
|
(list #:build-type "release"
|
||||||
#:parallel-build? #t
|
#:parallel-build? #t
|
||||||
|
#:configure-flags #~(list "-Dxwayland=enabled")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-path
|
(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))
|
(native-inputs (list cmake gcc-13 jq pkg-config cpio))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(list cairo-for-hyprland
|
||||||
|
egl-gbm
|
||||||
|
egl-wayland
|
||||||
gcc-13
|
gcc-13
|
||||||
hyprcursor
|
hyprcursor
|
||||||
|
libdrm-for-hyprland
|
||||||
|
libglvnd
|
||||||
|
libxcb
|
||||||
rosenthal:hyprland-protocols
|
rosenthal:hyprland-protocols
|
||||||
rosenthal:hyprlang
|
rosenthal:hyprlang
|
||||||
pango
|
pango
|
||||||
pciutils
|
pciutils
|
||||||
tomlplusplus
|
tomlplusplus
|
||||||
udis86-for-hyprland
|
udis86-for-hyprland
|
||||||
wlroots-for-hyprland))
|
wlroots-for-hyprland
|
||||||
|
xcb-util-wm
|
||||||
|
xorg-server-xwayland))
|
||||||
(home-page "https://hyprland.org")
|
(home-page "https://hyprland.org")
|
||||||
(synopsis "Dynamic tiling Wayland compositor based on wlroots")
|
(synopsis "Dynamic tiling Wayland compositor based on wlroots")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue