guix-patches
[Top][All Lists]
Advanced

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

[bug#72361] [PATCH] build-system: linux-module: Fix cross-compiling.


From: Zheng Junjie
Subject: [bug#72361] [PATCH] build-system: linux-module: Fix cross-compiling.
Date: Tue, 30 Jul 2024 17:12:31 +0800

* guix/build-system/linux-module.scm (linux-module-build-cross):
Remove %build-host-inputs's quote.

Change-Id: I58fbd5ad51a60115acb5852df133b88549f1bdcb
---
 guix/build-system/linux-module.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/build-system/linux-module.scm 
b/guix/build-system/linux-module.scm
index e46195b53c..0729ee2c40 100644
--- a/guix/build-system/linux-module.scm
+++ b/guix/build-system/linux-module.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -222,7 +223,7 @@ (define* (linux-module-build-cross
           (use-modules #$@(sexp->gexp modules))
 
           (define %build-host-inputs
-            '#+(input-tuples->gexp build-inputs))
+            #+(input-tuples->gexp build-inputs))
 
           (define %build-target-inputs
             (append #$(input-tuples->gexp host-inputs)

base-commit: 4e92ed625fdeda90f1abc07b7fdd2d5d6f7c83cb
-- 
2.45.2






reply via email to

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