guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 21bc3daeb1b900c8b2a4bb61c1154c1e21ed30bb
Author: Ada Stevenson <[email protected]>
AuthorDate: Tue Sep 23 14:23:19 2025 +0800

    gnu: gegl: Fix build (re-enable dependency fallbacks).
    
    * gnu/packages/gimp.scm (gegl)[arguments]<#:configure-flags>: Add
    "--wrap-mode=nodownload".
    
    Change-Id: I25440fde9a7bd20692fda7fbc83818263535df4c
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/gimp.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index d5da671ada..89fa08ca31 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -244,7 +244,10 @@ provided, as well as a framework to add new color models 
and data types.")
         (base32 "0v2wa2a3vnz1g4z5h9s8ili5h5kzk95hxlcp0zlxkwgbf5img1sq"))))
     (build-system meson-build-system)
     (arguments
-     `(#:phases
+     `(#:configure-flags
+       ;; TODO: properly unbundle.
+       '("--wrap-mode=nodownload")
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'extend-test-time-outs
            (lambda _

Reply via email to