mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <john@guixotic.coop>
This commit is contained in:
parent
db81b622f5
commit
ac9b11b6bb
1 changed files with 4 additions and 1 deletions
|
@ -244,7 +244,10 @@ provided, as well as a framework to add new color models and data types.")
|
||||||
(base32 "0v2wa2a3vnz1g4z5h9s8ili5h5kzk95hxlcp0zlxkwgbf5img1sq"))))
|
(base32 "0v2wa2a3vnz1g4z5h9s8ili5h5kzk95hxlcp0zlxkwgbf5img1sq"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:configure-flags
|
||||||
|
;; TODO: properly unbundle.
|
||||||
|
'("--wrap-mode=nodownload")
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'extend-test-time-outs
|
(add-after 'unpack 'extend-test-time-outs
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue