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/2] gnu: ghc-process: Replace reference to /bin/sh. Date: Sun, 02 Oct 2016 15:41:04 +0200 Message-ID: <87eg3yg973.fsf@gnu.org> References: <20161001155110.9024-1-rekado@elephly.net> <20161001155110.9024-2-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqh0v-0002cO-Ay for guix-devel@gnu.org; Sun, 02 Oct 2016 09:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqh0u-0004jK-Gm for guix-devel@gnu.org; Sun, 02 Oct 2016 09:41:09 -0400 In-Reply-To: <20161001155110.9024-2-rekado@elephly.net> (Ricardo Wurmus's message of "Sat, 1 Oct 2016 17:51:10 +0200") 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" To: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > * gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases > "patch-reference-to-/bin/sh" to replace reference to /bin/sh. OK! [...] > +;; Do not use this as an input. It is part of GHC. > (define-public ghc-process Should it be private then? Ludo=E2=80=99.