guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit dfe4f86ee17848b1e1a1614c3879f51d1e7decab
Author: Remco van 't Veer <[email protected]>
AuthorDate: Sat Dec 27 00:41:09 2025 +0100

    gnu: quodlibet: Fix operon GI path.
    
    * gnu/packages/music.scm (quodlibet):
    [arguments]: Add operon to wrap-extra-paths.
    
    Change-Id: Iaba432f3b73995acaf757cb39a09961bfdd358d5
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b7f07f0abe..343d402741 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -46,7 +46,7 @@
 ;;; Copyright © 2021 Thomas Albers Raviola <[email protected]>
 ;;; Copyright © 2021 Maxime Devos <[email protected]>
 ;;; Copyright © 2022, 2023, 2024 Sughosha <[email protected]>
-;;; Copyright © 2022, 2025 Remco van 't Veer <[email protected]>
+;;; Copyright © 2022, 2025, 2026 Remco van 't Veer <[email protected]>
 ;;; Copyright © 2022, 2023, 2025 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2022 Wamm K. D. <[email protected]>
 ;;; Copyright © 2022 Jose G Perez Taveras <[email protected]>
@@ -7872,7 +7872,7 @@ streaming audio server.")
                        `("GI_TYPELIB_PATH" ":" = (,gi-typelib-path))
                        `("GST_PLUGIN_SYSTEM_PATH" ":" suffix
                          (,gst-plugins-path))))
-                   '("exfalso" "quodlibet")))))))))
+                   '("exfalso" "operon" "quodlibet")))))))))
     (native-inputs (list xvfb-run gettext-minimal python-pytest
                          python-setuptools))
     (inputs

Reply via email to