This commit is contained in:
Daniel Ziltener 2024-04-16 11:38:00 +02:00
parent 776f34543f
commit 2410df86b7
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 10 additions and 1 deletions

View File

@ -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")