.
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
|
#:configure-flags #~(list
|
||||||
"-Dcpp_std=none"
|
"-Dcpp_std=none"
|
||||||
(string-append "-Dcpp_args=-std=gnu++2b"
|
(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
|
#:phases #~(modify-phases %standard-phases
|
||||||
(delete 'check))))
|
(delete 'check))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cmake
|
(list cmake
|
||||||
gcc-13
|
gcc-13
|
||||||
pkg-config
|
pkg-config
|
||||||
hyprland
|
|
||||||
wlroots-for-hyprland))
|
wlroots-for-hyprland))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(list cairo-for-hyprland
|
||||||
|
@ -443,6 +442,9 @@ more.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gcc-13
|
(list gcc-13
|
||||||
pkg-config))
|
pkg-config))
|
||||||
|
(propagated-inputs
|
||||||
|
(list egl-wayland
|
||||||
|
eglexternalplatform))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(list cairo-for-hyprland
|
||||||
pango
|
pango
|
||||||
|
|
Loading…
Reference in a new issue