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