From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 01/01: gnu: Add libgd. Date: Thu, 20 Jun 2019 12:43:41 +0200 Message-ID: <87r27oo7tu.fsf@nicolasgoaziou.fr> References: <20190620080933.23869.59180@vcs0.savannah.gnu.org> <20190620080934.6CA47209B1@vcs0.savannah.gnu.org> <87tvckmxqw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45284) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hduey-00026z-Qg for guix-devel@gnu.org; Thu, 20 Jun 2019 06:51:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hduY3-0005RY-4g for guix-devel@gnu.org; Thu, 20 Jun 2019 06:44:09 -0400 In-Reply-To: <87tvckmxqw.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 20 Jun 2019 11:06:47 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Hello, Ludovic Court=C3=A8s writes: > Hello, > > guix-commits@gnu.org skribis: > >> +(define-public libgd >> + (package >> + (name "libgd") >> + (version "2.2.5") >> + (source (origin >> + (method git-fetch) >> + (uri (git-reference >> + (url "https://github.com/libgd/libgd.git") > > This library is already available as =E2=80=98gd=E2=80=99 in (gnu package= s gd). :-) Oh. OK. I reverted my patch. But, isn't the project's name libgd? Regards, --=20 Nicolas Goaziou