.
This commit is contained in:
parent
828fc28fbc
commit
df2917d939
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue