From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add sdcc. Date: Tue, 27 Sep 2016 14:01:55 -0400 Message-ID: <20160927180155.GH2569@jasmine> References: <20160927174026.26800-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bowho-0000BJ-B4 for guix-devel@gnu.org; Tue, 27 Sep 2016 14:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bowhi-0007j6-BK for guix-devel@gnu.org; Tue, 27 Sep 2016 14:02:11 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:53161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bowhh-0007fK-4n for guix-devel@gnu.org; Tue, 27 Sep 2016 14:02:06 -0400 Content-Disposition: inline In-Reply-To: <20160927174026.26800-1-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org On Tue, Sep 27, 2016 at 07:40:26PM +0200, David Craven wrote: > * gnu/packages/sdcc.scm (sdcc): New variable. > + (uri (string-append > + "mirror://sourceforge/sdcc/files/sdcc" > + "/" version "/sdcc-src-" version ".tar.bz2" > + "/download")) This URL returns 404. Otherwise, not having built the package, the package defintion looks good to me in general.