guix-patches
[Top][All Lists]
Advanced

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

[bug#49025] [PATCH core-updates 29/37] glib: Use a correct python in scr


From: Maxime Devos
Subject: [bug#49025] [PATCH core-updates 29/37] glib: Use a correct python in scripts when cross-compiling.
Date: Mon, 14 Jun 2021 17:38:55 +0200
User-agent: Evolution 3.34.2

During the build, a native python should be used as these
scripts will be invoked during the build, but when installed,
they should be a python for the system we're compiling for.

* gnu/packages/glib.scm
  (glib)[arguments]<#:phases>{patch-python-references}: Look up
  "python" in 'native-inputs', not 'inputs'.
  (glib)[inputs]{python,python-wrapper,bash-minimal}: New inputs.
---
 gnu/packages/glib.scm | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

Attachment: 0029-glib-Use-a-correct-python-in-scripts-when-cross-comp.patch
Description: Text Data


reply via email to

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