guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit c1989dd41112a82a36e137bdc5324c5f6ed47a91
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 beaab2df2b..91bffecd4c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9716,7 +9716,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