,
This commit is contained in:
parent
4783757141
commit
828fc28fbc
1 changed files with 12 additions and 6 deletions
|
@ -268,8 +268,11 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||
gcc-13
|
||||
jq
|
||||
pkg-config
|
||||
rosenthal:hyprland-protocols
|
||||
eglexternalplatform))
|
||||
rosenthal:hyprland-protocols))
|
||||
(propagated-inputs
|
||||
(list
|
||||
eglexternalplatform
|
||||
egl-wayland))
|
||||
(inputs
|
||||
(list cairo-for-hyprland
|
||||
gcc-13
|
||||
|
@ -296,7 +299,7 @@ more.")
|
|||
(define-public hyprland-plugin-hyprsplit
|
||||
(package
|
||||
(name "hyprland-plugin-hyprsplit")
|
||||
(version "8a542c2")
|
||||
(version "3b71eaf")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -304,18 +307,21 @@ more.")
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1lk2z2xm13cp94lg538k8a10n0bnydxz4scacnn2hfzfy1kvqrd7"))))
|
||||
"0cqr5h5lkwcadavsh9yx0xbc88rlr29s3zws1694ya8ayalbappx"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags #~(list "-Dcpp_std=none" "-Dcpp_args=-std=gnu++2b")
|
||||
#:configure-flags #~(list
|
||||
"-Dcpp_std=none"
|
||||
(string-append "-Dcpp_args=-std=gnu++2b"
|
||||
" -I" #$(file-append wlroots-for-hyprland "/include/wlr")))
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'check))))
|
||||
(native-inputs
|
||||
(list cmake
|
||||
gcc-13
|
||||
pkg-config
|
||||
rosenthal:hyprland-protocols
|
||||
hyprland
|
||||
wlroots-for-hyprland))
|
||||
(inputs
|
||||
(list cairo-for-hyprland
|
||||
|
|
Loading…
Reference in a new issue