From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Add rapicorn. Date: Thu, 14 Apr 2016 22:58:24 +0200 Message-ID: <20160414205824.GE5047@solar> References: <87bn5dxpzo.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqoLQ-0001z6-La for guix-devel@gnu.org; Thu, 14 Apr 2016 16:58:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqoLN-0000Ra-GF for guix-devel@gnu.org; Thu, 14 Apr 2016 16:58:32 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:19575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqoLN-0000RQ-5n for guix-devel@gnu.org; Thu, 14 Apr 2016 16:58:29 -0400 Content-Disposition: inline In-Reply-To: <87bn5dxpzo.fsf@elephly.net> 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 Hello Ricardo, On Wed, Apr 13, 2016 at 09:34:03PM +0200, Ricardo Wurmus wrote: > Note that it depends on libpng 1.2.x, which is added by the first patch. > +(define-public libpng12 in line with our other package names, I would tend to call this libpng-1.2 (just like our old command line syntax). Andreas