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:
André Batista 2025-08-19 19:35:11 -03:00 committed by Hilton Chain
parent fa9d1c2097
commit c6ac4f9e84
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

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