mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-24 13:05:35 +00:00
rosenthal: Add libdrm-for-hyprland.
* rosenthal/packages/wm.scm (libdrm-for-hyprland): New variable.
This commit is contained in:
parent
bb3538a937
commit
c90ec31fef
@ -63,6 +63,20 @@
|
||||
(description "This package provides an EDID and DisplayID library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define libdrm-for-hyprland
|
||||
(package
|
||||
(inherit libdrm)
|
||||
(name "libdrm")
|
||||
(version "2.4.118")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://dri.freedesktop.org/libdrm/libdrm-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"125bcyarlzlxfq57viyvmxy32y0561c21j46z1brrz5mya2vsxx7"))))))
|
||||
|
||||
(define udis86-for-hyprland
|
||||
(let ((revision "186")
|
||||
(commit "5336633af70f3917760a6d441ff02d93477b0c86"))
|
||||
|
Loading…
Reference in New Issue
Block a user