unofficial mirror of help-guix@gnu.org 
 help / color / mirror / 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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).