mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build-system: meson: Set default wrap-mode to nofallback.
Fixes guix/guix#1162.
This solves two issues: Not having to wait for the network timeout (same as the
nodownload) option and also disabling meson to fall back to predownloaded
subprojects.
If desired, this behaviour can be overridden by adding --wrap-mode=MODE to #:configure-flags.
* guix/build/meson-build-system.scm (configure): Add --wrap-mode=nofallback.
Change-Id: Ibf1d6ac60a4c47cd71574a96ceb8773e6d8cf60b
(cherry picked from commit fe8dded27f
)
This commit is contained in:
parent
04886f280e
commit
768e154b25
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
includedir "/include"))
|
||||
'())
|
||||
,(string-append "--buildtype=" build-type)
|
||||
"--wrap-mode=nofallback"
|
||||
,(string-append "-Dc_link_args=-Wl,-rpath="
|
||||
(assoc-ref outputs "out") "/lib")
|
||||
,(string-append "-Dcpp_link_args=-Wl,-rpath="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue