From 828fc28fbc4765ef1faaaf806fa019a2f4cadc61 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 12 Apr 2024 13:22:11 +0200 Subject: [PATCH] , --- zilti/packages/hyprland.scm | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/zilti/packages/hyprland.scm b/zilti/packages/hyprland.scm index 1fcf71a..191c352 100644 --- a/zilti/packages/hyprland.scm +++ b/zilti/packages/hyprland.scm @@ -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