guix-patches
[Top][All Lists]
Advanced

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

[bug#56536] [PATCH]: gnu: newt: Fix cross-compilationn


From: Mathieu Othacehe
Subject: [bug#56536] [PATCH]: gnu: newt: Fix cross-compilationn
Date: Sat, 06 Aug 2022 18:40:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

> +           (add-before 'build 'add-python-config-to-path
> +             (lambda* (#:key target #:allow-other-keys)
> +               ;; When cross-compiling python-config is not present in $PATH.
> +               ;;
> +               ;; It is a shell script without dependencies on target 
> binaries
> +               ;; so it can be run on the host to allow cross-compilation.

Why not moving python to the native-inputs instead?

Thanks,

Mathieu





reply via email to

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