guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: build-system/mozilla: Fix typo in the cross-compilation case.


From: guix-commits
Subject: 02/02: build-system/mozilla: Fix typo in the cross-compilation case.
Date: Tue, 19 Jul 2022 17:30:04 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 5dfc6ab1ab292b87ceea144aa661d0e64c834031
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jul 19 23:27:20 2022 +0200

    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.
---
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]