mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 08:54:36 +00:00
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.
This commit is contained in:
parent
8e379d1d94
commit
2ea774f9ed
@ -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…
Reference in New Issue
Block a user