This commit is contained in:
Daniel Ziltener 2024-04-12 13:40:44 +02:00
parent 828fc28fbc
commit df2917d939
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 4 additions and 2 deletions

View File

@ -314,14 +314,13 @@ more.")
#:configure-flags #~(list
"-Dcpp_std=none"
(string-append "-Dcpp_args=-std=gnu++2b"
" -I" #$(file-append wlroots-for-hyprland "/include/wlr")))
" -I" #$(file-append wlroots-for-hyprland "/include")))
#:phases #~(modify-phases %standard-phases
(delete 'check))))
(native-inputs
(list cmake
gcc-13
pkg-config
hyprland
wlroots-for-hyprland))
(inputs
(list cairo-for-hyprland
@ -443,6 +442,9 @@ more.")
(native-inputs
(list gcc-13
pkg-config))
(propagated-inputs
(list egl-wayland
eglexternalplatform))
(inputs
(list cairo-for-hyprland
pango