gnu: librewolf: Reorder flags.

* gnu/packages/librewolf.scm (librewolf): [#:configure-flags] Reorder.

Change-Id: I25fe8ccc63f67cd8cfe5b1f5980e9cf230d71b64
This commit is contained in:
Ian Eure 2025-04-20 17:18:19 -07:00
parent 96a884facf
commit 0c070aefa0
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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)