guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 74487948adcd3992712aeb856d153deca6fa26c9
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 18:58:56 2025 +0200

    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 <[email protected]>
---
 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 f167633aa8..1a7f6a148e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2987,7 +2987,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";)

Reply via email to