[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48849] [PATCH core-updates]: Add #:sh argument to wrap-qt-program
|
From: |
Maxim Cournoyer |
|
Subject: |
[bug#48849] [PATCH core-updates]: Add #:sh argument to wrap-qt-program |
|
Date: |
Sat, 20 Jan 2024 17:24:50 -0500 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Maxime,
Maxime Devos <maximedevos@telenet.be> writes:
> Hi guix,
>
> This patch series adds a #:sh keyword argument to wrap-qt-program
> and adjusts callers to set this keyword argument appropriately.
>
> Setting this argument appropriately is required for cross-compilation.
> Otherwise, a bash for SYSTEM (as in --system=..) is used instead
> of a bash for TARGET (as in --target=...).
>
> I didn't test building some qt programs with this patch series yet,
> as I'm currently waiting on the substitute servers to catch up
> with recent changed to core-updates (to avoid building a tower
> of rusts). I'll do that later.
>
> Greetings,
> Maxime
>
> From 27d42f25f54b16f382e18b9ef0fb202fb00da90d Mon Sep 17 00:00:00 2001
> From: Maxime Devos <maximedevos@telenet.be>
> Date: Sat, 5 Jun 2021 11:02:16 +0200
> Subject: [PATCH 1/8] qt-utils: Allow overriding the shell interpreter in
> 'wrap-qt-program'.
>
> * guix/build/qt-utils.scm (wrap-qt-program): Introduce a #:sh keyword
> argument and pass it to 'wrap-program'.
If bash-minimal is added to inputs as we do for other packages making
use of wrap-program, we don't need to do more, no? Why do we need to
explicit the argument here?
--
Thanks,
Maxim
- [bug#48849] [PATCH core-updates]: Add #:sh argument to wrap-qt-program,
Maxim Cournoyer <=