.
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")
|
"-Dcpp_args=-std=gnu++2b")
|
||||||
#:phases #~(modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
(delete 'check))))
|
(delete 'check))))
|
||||||
|
(propagated-inputs
|
||||||
|
(list hyprland))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list utils:cmake
|
(list utils:cmake
|
||||||
gcc-13
|
gcc-13
|
||||||
pkg-config
|
pkg-config
|
||||||
hyprland
|
|
||||||
wayland))
|
wayland))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(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.")
|
(description "A complete rewrite of split-monitor-workspaces that attempts to fix the issues I experienced with it.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public hyprpaper
|
||||||
(package
|
(package
|
||||||
(name "hyprpaper")
|
(name "hyprpaper")
|
||||||
|
|
Loading…
Reference in a new issue