rosenthal: Add hwdata-for-hyprland.

* rosenthal/packages/wm.scm (hwdata-for-hyprland): New variable.
This commit is contained in:
Hilton Chain 2023-05-29 16:47:50 +08:00
parent 18b5f4779c
commit a7fb74617e
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

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