From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: node: Use compression: prefix. Date: Thu, 01 Sep 2016 14:43:08 +0200 Message-ID: <87zinrn63n.fsf@gnu.org> References: <20160827112333.1759-1-jlicht@fsfe.org> <20160827112333.1759-5-jlicht@fsfe.org> 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]:48455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfRKt-00087Y-Ic for guix-devel@gnu.org; Thu, 01 Sep 2016 08:43:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfRKp-0001os-Kd for guix-devel@gnu.org; Thu, 01 Sep 2016 08:43:15 -0400 In-Reply-To: <20160827112333.1759-5-jlicht@fsfe.org> (Jelle Licht's message of "Sat, 27 Aug 2016 13:23:33 +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: Jelle Licht Cc: guix-devel@gnu.org Howdy! Jelle Licht skribis: > --- a/gnu/packages/node.scm > +++ b/gnu/packages/node.scm > @@ -27,7 +27,8 @@ > #:use-module (guix build-system gnu) > #:use-module (gnu packages adns) > #:use-module (gnu packages base) > - #:use-module (gnu packages compression) > + #:use-module ((gnu packages compression) #:prefix compression:) > + #:use-module (gnu packages curl) We must not use #:prefix or #:select for (gnu packages =E2=80=A6) modules, because of (the same applies to patch #1 in this series.) Ludo=E2=80=99.