mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
dc9c3d73cb
commit
0df10124de
1 changed files with 2 additions and 1 deletions
|
@ -9718,7 +9718,8 @@ easy, safe, and automatic.")
|
||||||
#$output "/lib:"
|
#$output "/lib:"
|
||||||
#$output "/lib/tracker-3.0")
|
#$output "/lib/tracker-3.0")
|
||||||
"-Ddocs=false"
|
"-Ddocs=false"
|
||||||
"-Dsystemd_user_services=false")
|
"-Dsystemd_user_services=false"
|
||||||
|
"--wrap-mode=nodownload") ; XXX: to be disabled
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-paths
|
(add-after 'unpack 'patch-paths
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue