guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit c5ceed78bf9deb7151706fc2fccc2ce79f767f96
Author: John Kehayias <[email protected]>
AuthorDate: Sun Sep 21 20:36:17 2025 -0400
gnu: tracker: Fix build (re-enable dependency fallbacks).
* gnu/packages/gnome.scm (tracker)[arguments]<#:configure-flags>: Add
"--wrap-mode=nodownload".
Change-Id: I84a7cfb5cd301cde395e82863283e23bb364ac70
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 31ff6dcb0d..6d5c55d0fd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9718,7 +9718,8 @@ easy, safe, and automatic.")
#$output "/lib:"
#$output "/lib/tracker-3.0")
"-Ddocs=false"
- "-Dsystemd_user_services=false")
+ "-Dsystemd_user_services=false"
+ "--wrap-mode=nodownload") ; XXX: to be disabled
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-paths