mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: librewolf: Reorder flags.
* gnu/packages/librewolf.scm (librewolf): [#:configure-flags] Reorder. Change-Id: I25fe8ccc63f67cd8cfe5b1f5980e9cf230d71b64
This commit is contained in:
parent
96a884facf
commit
0c070aefa0
1 changed files with 2 additions and 2 deletions
|
@ -256,11 +256,11 @@
|
|||
|
||||
;; Build details
|
||||
"--disable-elf-hack"
|
||||
"--enable-strip"
|
||||
;; Don't attempt to download toolchains. Upstream enables this,
|
||||
;; adding the flag ensures we don't use network in the build
|
||||
;; environment.
|
||||
"--disable-bootstrap"
|
||||
"--enable-strip"))
|
||||
"--disable-bootstrap"))
|
||||
#:imported-modules %cargo-utils-modules
|
||||
#:modules `((ice-9 regex)
|
||||
(ice-9 string-fun)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue