From e07c6a9316f9425f2c04b561dded0f672b95446f Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 26 Sep 2025 18:58:56 +0200 Subject: [PATCH] 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 --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index b54365637bb..f6731fffd89 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3014,7 +3014,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")