mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
build-system/mozilla: Fix typo in the cross-compilation case.
Fixes <https://issues.guix.gnu.org/56633>. Reported by Marius Bakke <marius@gnu.org>. * guix/build-system/mozilla.scm (lower-mozilla): Pass NAME as the first argument to LOWER when TARGET is true.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user