all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* git-cola
@ 2017-03-01 13:59 Catonano
  2017-03-01 15:30 ` git-cola Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Catonano @ 2017-03-01 13:59 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 848 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git-cola
  2017-03-01 13:59 git-cola Catonano
@ 2017-03-01 15:30 ` Leo Famulari
  2017-03-15 17:40   ` git-cola Catonano
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-03-01 15:30 UTC (permalink / raw)
  To: Catonano; +Cc: help-guix

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git-cola
  2017-03-01 15:30 ` git-cola Leo Famulari
@ 2017-03-15 17:40   ` Catonano
  0 siblings, 0 replies; 3+ messages in thread
From: Catonano @ 2017-03-15 17:40 UTC (permalink / raw)
  To: Leo Famulari; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

2017-03-01 16:30 GMT+01:00 Leo Famulari <leo@famulari.name>:

>
> 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.
>

Thank you Leo, sorry for the delay in acknowledging your reply

[-- Attachment #2: Type: text/html, Size: 733 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-15 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-01 13:59 git-cola Catonano
2017-03-01 15:30 ` git-cola Leo Famulari
2017-03-15 17:40   ` git-cola Catonano

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.