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
parent a0ae72b934
commit 592b875e5a
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

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