summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndré Batista <nandre@riseup.net>2025-08-19 19:35:11 -0300
committerHilton Chain <hako@ultrarare.space>2025-08-25 20:38:25 +0800
commitc6ac4f9e84ecea9ec229e0d2c8775acb812932ed (patch)
treecf7cc43c3f3cb7f659cb107ad5984e0e65248c16 /gnu
parentfa9d1c2097a8ffbd171bfbc892fff0e5fef4c0ef (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tor-browsers.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 8f3ae9ccfb4..12763a99cab 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -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'