Re: [PATCH 2/4 v2] gnu: Python: use /nix/.../sh instead of /bin/sh in the subprocess module

2014-03-22 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use > /nix/.../sh. OK for core-updates. Ludo'.

[PATCH 2/4 v2] gnu: Python: use /nix/.../sh instead of /bin/sh in the subprocess module

2014-03-21 Thread Cyril Roelandt
* gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use /nix/.../sh. --- gnu/packages/python.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 056956e..2c69926 100644 --- a/gnu/packages/python.sc