From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 72361@debbugs.gnu.org
Cc: Leo Famulari <leo@famulari.name>, Wilko Meyer <w@wmeyer.eu>
Subject: [bug#72361] [PATCH] build-system: linux-module: Fix cross-compiling.
Date: Tue, 30 Jul 2024 17:12:31 +0800 [thread overview]
Message-ID: <44efc2a0edccd639cda33174f72d2ea57414746b.1722330751.git.zhengjunjie@iscas.ac.cn> (raw)
* 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
next reply other threads:[~2024-07-30 9:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 9:12 Zheng Junjie [this message]
2024-07-30 14:58 ` [bug#72361] [PATCH] build-system: linux-module: Fix cross-compiling Leo Famulari
2024-07-30 15:35 ` Z572
2024-09-19 10:50 ` bug#72361: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44efc2a0edccd639cda33174f72d2ea57414746b.1722330751.git.zhengjunjie@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=72361@debbugs.gnu.org \
--cc=leo@famulari.name \
--cc=w@wmeyer.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.