This commit is contained in:
Daniel Ziltener 2024-04-12 13:22:11 +02:00
parent 4783757141
commit 828fc28fbc
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -268,8 +268,11 @@ command line tool called @code{udcli} that incorporates the library.")
gcc-13 gcc-13
jq jq
pkg-config pkg-config
rosenthal:hyprland-protocols rosenthal:hyprland-protocols))
eglexternalplatform)) (propagated-inputs
(list
eglexternalplatform
egl-wayland))
(inputs (inputs
(list cairo-for-hyprland (list cairo-for-hyprland
gcc-13 gcc-13
@ -296,7 +299,7 @@ more.")
(define-public hyprland-plugin-hyprsplit (define-public hyprland-plugin-hyprsplit
(package (package
(name "hyprland-plugin-hyprsplit") (name "hyprland-plugin-hyprsplit")
(version "8a542c2") (version "3b71eaf")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -304,18 +307,21 @@ more.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"1lk2z2xm13cp94lg538k8a10n0bnydxz4scacnn2hfzfy1kvqrd7")))) "0cqr5h5lkwcadavsh9yx0xbc88rlr29s3zws1694ya8ayalbappx"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (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 #: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
rosenthal:hyprland-protocols hyprland
wlroots-for-hyprland)) wlroots-for-hyprland))
(inputs (inputs
(list cairo-for-hyprland (list cairo-for-hyprland