rosenthal: Remove libdisplay-info-for-hyprland.

* rosenthal/packages/wm.scm (libdisplay-info-for-hyprland): Delete variable.
(wlroots-for-hyprland)[propagated-inputs]: Use libdisplay-info in Guix.
pull/2/head
Hilton Chain 9 months ago
parent 8e379d1d94
commit 2ea774f9ed
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 23
      rosenthal/packages/wm.scm

@ -62,27 +62,6 @@
((#:phases _) #~%standard-phases)))
(outputs '("out"))))
(define libdisplay-info-for-hyprland
(package
(name "libdisplay-info")
(version "0.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.freedesktop.org/emersion/libdisplay-info")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1ffq7w1ig1y44rrmkv1hvfjylzgq7f9nlnnsdgdv7pmcpfh45pgf"))))
(build-system meson-build-system)
(arguments '(#:tests? #f)) ;TODO
(native-inputs (list hwdata-for-hyprland pkg-config python-minimal-wrapper))
(home-page "https://emersion.pages.freedesktop.org/libdisplay-info/")
(synopsis "EDID and DisplayID library")
(description "This package provides an EDID and DisplayID library.")
(license license:expat)))
(define libdrm-for-hyprland
(package
(inherit libdrm)
@ -141,7 +120,7 @@ command line tool called @code{udcli} that incorporates the library.")
"18s8iw3w8g3qwd6kw03r2myms5hxhl4xryy9vmpj573y98di6xg4"))))
(propagated-inputs
(modify-inputs (package-propagated-inputs wlroots)
(prepend libdisplay-info-for-hyprland libdrm-for-hyprland)
(prepend libdisplay-info libdrm-for-hyprland)
(replace "libinput-minimal" libinput-minimal-1.24.0)))
(native-inputs
(modify-inputs (package-native-inputs base)

Loading…
Cancel
Save