From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/4 v2] gnu: Python: use /nix/.../sh instead of /bin/sh in the subprocess module Date: Sat, 22 Mar 2014 15:26:37 +0100 Message-ID: <8738iaxqaq.fsf@gnu.org> References: <87fvmubbiv.fsf@gnu.org> <1395459376-18754-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRMsn-0005i0-95 for guix-devel@gnu.org; Sat, 22 Mar 2014 10:26:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRMsg-00061C-PK for guix-devel@gnu.org; Sat, 22 Mar 2014 10:26:45 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:44516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRMsg-000616-IM for guix-devel@gnu.org; Sat, 22 Mar 2014 10:26:38 -0400 In-Reply-To: <1395459376-18754-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 22 Mar 2014 04:36:16 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use > /nix/.../sh. OK for core-updates. Ludo'.