gnu: tracker: Fix build (re-enable dependency fallbacks).

* gnu/packages/gnome.scm (tracker)[arguments]<#:configure-flags>: Add
"--wrap-mode=nodownload".

Change-Id: I84a7cfb5cd301cde395e82863283e23bb364ac70
This commit is contained in:
John Kehayias 2025-09-21 20:36:17 -04:00 committed by Andreas Enge
parent f80ac59064
commit c5ceed78bf
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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