mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: mpvpaper: Remove wlroots input.
mpvpaper doesn't use it, the output is the same with and without it. * gnu/packages/video.scm (mpvpaper)[inputs]: Remove wlroots. Change-Id: I4a740aa3da82f1460380b161ff1dbfc8e5fb0979 Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
parent
8864a157c2
commit
91c2ebd073
1 changed files with 1 additions and 1 deletions
|
|
@ -2985,7 +2985,7 @@ To load this plugin, specify the following option when starting mpv:
|
|||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list mpv libdisplay-info wlroots))
|
||||
(list mpv libdisplay-info))
|
||||
(native-inputs
|
||||
(list pkg-config cmake-minimal))
|
||||
(home-page "https://github.com/GhostNaN/mpvpaper")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue