.
This commit is contained in:
parent
776f34543f
commit
2410df86b7
1 changed files with 10 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue