From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: git-cola Date: Wed, 1 Mar 2017 14:59:21 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c0d4d1e2946830549abb8e2 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cj4mq-00069g-0j for help-guix@gnu.org; Wed, 01 Mar 2017 08:59:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cj4mp-00061b-AJ for help-guix@gnu.org; Wed, 01 Mar 2017 08:59:24 -0500 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:37867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cj4mp-00061V-3s for help-guix@gnu.org; Wed, 01 Mar 2017 08:59:23 -0500 Received: by mail-wm0-x231.google.com with SMTP id v77so36852150wmv.0 for ; Wed, 01 Mar 2017 05:59:22 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix --94eb2c0d4d1e2946830549abb8e2 Content-Type: text/plain; charset=UTF-8 I'm trying to package git-cola it uses a makefile and such makefile calls the python machinery for building (python setup.py ...) with some arguments make cannot find the command "python" starting phase `build' make: python: Command not found python setup.py build make: python: Command not found make: *** [Makefile:91: build] Error 127 phase `build' failed after 0.0 seconds Python is in the inputs, though Like this (inputs `(("python" ,python))) How can I let it find Python ? Thanks --94eb2c0d4d1e2946830549abb8e2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm trying to package git-cola

it u= ses a makefile and such makefile calls the python machinery for building (p= ython setup.py ...) with some arguments

make canno= t find the command "python"

startin= g phase `build'
make: python: Command not found
pyt= hon setup.py build
make: python: Command not found
make= : *** [Makefile:91: build] Error 127
phase `build' failed aft= er 0.0 seconds

Python is in the inputs, thou= gh

Like this
(inputs
=C2=A0 `(("python" ,python)))

How can I let it find Python ?

=
Thanks
--94eb2c0d4d1e2946830549abb8e2--