Re: [PATCH 1/2] gnu: Add python-setproctitle and python2-setproctitle.

2016-10-20 Thread Hartmut Goebel
Am 19.10.2016 um 16:45 schrieb Efraim Flashner: >> > + (setenv "PYTHON" (or (which "python3") (which "python"))) > IIRC (or ... here will return true, > which i'm sure is not the point. https://www.gnu.org/software/guile

Re: [PATCH 1/2] gnu: Add python-setproctitle and python2-setproctitle.

2016-10-19 Thread Efraim Flashner
On Sun, Sep 25, 2016 at 10:24:36PM +0200, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-setproctitle, python2-setproctitle): > New variables. > --- > gnu/packages/python.scm | 58 > + > 1 file changed, 58 insertions(+) > > diff --git

Re: [PATCH 1/2] gnu: Add python-setproctitle and python2-setproctitle.

2016-09-25 Thread Danny Milosavljevic
On Sun, 25 Sep 2016 22:24:36 +0200 Hartmut Goebel wrote: ... > + (substitute* "Makefile" > + (("\\$\\(PYTHON\\) [^ ]which nosetests[^ ] ") > +(string-append nose "/bin/nosetests " > +#t))) ^ tab character is there. Why?