all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Catonano <catonano@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: git-cola
Date: Wed, 1 Mar 2017 10:30:55 -0500	[thread overview]
Message-ID: <20170301153055.GB18139@jasmine> (raw)
In-Reply-To: <CAJ98PDyJ3rS9gac90VuF-0LxMjjVdtUTcoqAYSnHL+_n+=NVTw@mail.gmail.com>

On Wed, Mar 01, 2017 at 02:59:21PM +0100, Catonano wrote:
> 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 ?

The python package provides a `python3` executable, but not `python`.

You can use the python-wrapper package if you need a `python` executable
that is Python 3.

There's an example in the package definition of python-tlsh.

  reply	other threads:[~2017-03-01 15:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01 13:59 git-cola Catonano
2017-03-01 15:30 ` Leo Famulari [this message]
2017-03-15 17:40   ` git-cola Catonano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170301153055.GB18139@jasmine \
    --to=leo@famulari.name \
    --cc=catonano@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.