guix-patches
[Top][All Lists]
Advanced

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

[bug#49025] [PATCH core-updates 14/37] wrap-python3: Fix cross-compilati


From: Maxime Devos
Subject: [bug#49025] [PATCH core-updates 14/37] wrap-python3: Fix cross-compilation.
Date: Mon, 14 Jun 2021 17:37:30 +0200
User-agent: Evolution 3.34.2

When cross-compiling, "bash" is missing from %build-inputs,
leading to a build error. Use this-package-input instead of
%build-inputs to resolve this. While we're at it, eliminate
all uses of %outputs and %build-inputs.

* gnu/packages/python.scm
  (wrap-python3)[arguments]<#:builder>: Eliminte %outputs
  and %build-inputs.
---
 gnu/packages/python.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Attachment: 0014-wrap-python3-Fix-cross-compilation.patch
Description: Text Data


reply via email to

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