rosenthal: Add hwdata-for-hyprland.

* rosenthal/packages/wm.scm (hwdata-for-hyprland): New variable.
remotes/origin/trunk
Hilton Chain 2 years ago
parent 18b5f4779c
commit a7fb74617e
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 8
      rosenthal/packages/wm.scm

@ -25,6 +25,14 @@
#:use-module (rosenthal packages freedesktop)
#:use-module (rosenthal packages xdisorg))
(define hwdata-for-hyprland
(package
(inherit hwdata)
(arguments
(substitute-keyword-arguments (package-arguments hwdata)
((#:phases _) #~%standard-phases)))
(outputs '("out"))))
(define wlroots-for-hyprland
(let ((base wlroots)
(revision "212")

Loading…
Cancel
Save