From 5dfc6ab1ab292b87ceea144aa661d0e64c834031 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 19 Jul 2022 23:27:20 +0200 Subject: build-system/mozilla: Fix typo in the cross-compilation case. Fixes . Reported by Marius Bakke . * guix/build-system/mozilla.scm (lower-mozilla): Pass NAME as the first argument to LOWER when TARGET is true. --- guix/build-system/mozilla.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/build-system/mozilla.scm b/guix/build-system/mozilla.scm index b4141c8177..bead1bf5bb 100644 --- a/guix/build-system/mozilla.scm +++ b/guix/build-system/mozilla.scm @@ -33,7 +33,7 @@ #:rest arguments) (define lower (build-system-lower gnu-build-system)) (if target - (apply lower + (apply lower name (substitute-keyword-arguments arguments ;; Override --target and --host to what Mozillian configure ;; scripts expect. -- cgit v1.2.3