diff options
| author | Remco van 't Veer <remco@remworks.net> | 2025-12-27 00:41:09 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:23:39 +0100 |
| commit | 64c2c052a0725e4b03e817cb0e51a6e1be6d273c (patch) | |
| tree | 1688411a4ad613b6fc9ab8fe1fdd59c6b1ba0e18 /gnu | |
| parent | 9e6c31bb104a0d980e022013e47f33221e665ebe (diff) | |
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 <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b7f07f0abec..343d4027416 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -46,7 +46,7 @@ ;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org> ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> ;;; Copyright © 2022, 2023, 2024 Sughosha <sughosha@disroot.org> -;;; Copyright © 2022, 2025 Remco van 't Veer <remco@remworks.net> +;;; Copyright © 2022, 2025, 2026 Remco van 't Veer <remco@remworks.net> ;;; Copyright © 2022, 2023, 2025 Maxim Cournoyer <maxim@guixotic.coop> ;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com> ;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com> @@ -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 |
