rosenthal: Add libdrm-for-hyprland.

* rosenthal/packages/wm.scm (libdrm-for-hyprland): New variable.
pull/2/head
Hilton Chain 12 months ago
parent bb3538a937
commit c90ec31fef
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 14
      rosenthal/packages/wm.scm

@ -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…
Cancel
Save