From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: Re: [PATCH] gnu: node: Correctly patch npm shebang. Date: Wed, 15 Jun 2016 12:39:29 +0200 Message-ID: <87bn32lori.fsf@gmail.com> References: <87d1nilp32.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bD8ES-0007Fo-NM for guix-devel@gnu.org; Wed, 15 Jun 2016 06:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bD8EN-0005nC-LK for guix-devel@gnu.org; Wed, 15 Jun 2016 06:39:35 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:33591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bD8EN-0005my-Dw for guix-devel@gnu.org; Wed, 15 Jun 2016 06:39:31 -0400 Received: by mail-wm0-x244.google.com with SMTP id r5so4907551wmr.0 for ; Wed, 15 Jun 2016 03:39:31 -0700 (PDT) In-reply-to: <87d1nilp32.fsf@gmail.com> 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: Jelle Licht Cc: guix-devel@gnu.org Jelle Licht writes: > * gnu/packages/node.scm (node): Correctly patch npm shebang. > --- > gnu/packages/node.scm | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm > index 2f269d0..2cedda8 100644 > --- a/gnu/packages/node.scm > +++ b/gnu/packages/node.scm > @@ -51,8 +51,14 @@ This patch should be applied to core-updates, as it depends on the correct handling of symlinks in the `patch-shebangs' phase introduced by Ludo's recent patch [1]. Thanks, - Jelle [1]https://lists.gnu.org/archive/html/bug-guix/2016-06/msg00043.html