From 2410df86b798f53cb8dff8e82d320502276ef304 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 16 Apr 2024 11:38:00 +0200 Subject: [PATCH] . --- zilti/packages/hyprland.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/zilti/packages/hyprland.scm b/zilti/packages/hyprland.scm index c1553c3..81e8a31 100644 --- a/zilti/packages/hyprland.scm +++ b/zilti/packages/hyprland.scm @@ -399,11 +399,12 @@ more.") "-Dcpp_args=-std=gnu++2b") #:phases #~(modify-phases %standard-phases (delete 'check)))) + (propagated-inputs + (list hyprland)) (native-inputs (list utils:cmake gcc-13 pkg-config - hyprland wayland)) (inputs (list cairo-for-hyprland @@ -420,6 +421,14 @@ more.") (description "A complete rewrite of split-monitor-workspaces that attempts to fix the issues I experienced with it.") (license license:bsd-3))) +(define-public hyprland-xwayland-plugin-hyprsplit + (package + (inherit hyprland-plugin-hyprsplit) + (name "hyprland-xwayland-plugin-hyprsplit") + (propagated-inputs + (modify-inputs (package-propagated-inputs hyprland-plugin-hyprsplit) + (replace "hyprland" hyprland-xwayland))))) + (define-public hyprpaper (package (name "hyprpaper")