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:
Rutherther 2025-09-26 18:58:56 +02:00 committed by Maxim Cournoyer
parent c7fe3bbb21
commit e07c6a9316
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3014,7 +3014,7 @@ To load this plugin, specify the following option when starting mpv:
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
(list mpv libdisplay-info wlroots)) (list mpv libdisplay-info))
(native-inputs (native-inputs
(list pkg-config cmake-minimal)) (list pkg-config cmake-minimal))
(home-page "https://github.com/GhostNaN/mpvpaper") (home-page "https://github.com/GhostNaN/mpvpaper")