Hartmut Goebel writes:
> Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus:
>> + (modify-phases %standard-phases
>> + (delete 'build)
>> + (replace 'install
>> + (lambda* (#:key inputs outputs #:allow-other-keys)
>> + (let* ((out (assoc-ref outputs "out"))
Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus:
> + (modify-phases %standard-phases
> + (delete 'build)
> + (replace 'install
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> +(python-v
Ricardo Wurmus writes:
> * gnu/packages/python.scm (python-entrypoints, python2-entrypoints): New
> variables.
> ---
> gnu/packages/python.scm | 55
> +
> 1 file changed, 55 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/pyt
* gnu/packages/python.scm (python-entrypoints, python2-entrypoints): New
variables.
---
gnu/packages/python.scm | 55 +
1 file changed, 55 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a2d3d3c..621c4d0 100644
---