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: Add libopenjpeg. Date: Tue, 26 Mar 2013 23:11:23 +0100 Message-ID: <87mwtpu7zo.fsf@gnu.org> References: <1364333243-27199-1-git-send-email-tipecaml@gmail.com> <1364333243-27199-3-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKc5g-0000Rx-2o for bug-guix@gnu.org; Tue, 26 Mar 2013 18:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKc5d-0006ll-G3 for bug-guix@gnu.org; Tue, 26 Mar 2013 18:11:36 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=46918 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKc5d-0006kC-9z for bug-guix@gnu.org; Tue, 26 Mar 2013 18:11:33 -0400 In-Reply-To: <1364333243-27199-3-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Tue, 26 Mar 2013 22:27:23 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > This is quite a dummy commit: the tests are disabled because they fail. T= his > package is not ready to be pushed, but it allows us to try the new cmake = build > system. Better investigate the failure, of course, but it=E2=80=99s OK to push it before, if you prefer. > + #:use-module (gnu packages) > + #:use-module (gnu packages autotools) > + #:use-module (gnu packages base) > + #:use-module (gnu packages ncurses)) These 4 modules are not needed AFAICS. Thanks, Ludo=E2=80=99.