mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: make-torbrowser: Fix system ffi configure flag.
See 'js/ffi.configure'. * gnu/packages/tor-browsers.scm (make-torbrowser) [arguments] <#:configure-flags>: Use correct '--with-system-ffi' flag. Change-Id: Ia9bc1877953219f25a39e9646001e361bf97968d Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
fa9d1c2097
commit
c6ac4f9e84
1 changed files with 1 additions and 1 deletions
|
@ -348,9 +348,9 @@ Browser.")
|
|||
"--with-system-icu"
|
||||
"--with-system-nspr"
|
||||
"--with-system-nss"
|
||||
"--with-system-ffi"
|
||||
|
||||
"--enable-system-pixman"
|
||||
"--enable-system-ffi"
|
||||
)
|
||||
|
||||
#:imported-modules %cargo-utils-modules ;for `generate-all-checksums'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue