From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] Add BLESS Date: Fri, 06 Nov 2015 22:14:40 +0300 Message-ID: <871tc3ym73.fsf@gmail.com> References: <2238503.mBpvBuW9qZ@myrada> 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]:42612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZumTC-0007nq-Vk for guix-devel@gnu.org; Fri, 06 Nov 2015 14:14:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZumTA-0003tj-8o for guix-devel@gnu.org; Fri, 06 Nov 2015 14:14:42 -0500 Received: from mail-lf0-x22f.google.com ([2a00:1450:4010:c07::22f]:36705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZumTA-0003sG-2b for guix-devel@gnu.org; Fri, 06 Nov 2015 14:14:40 -0500 Received: by lfs39 with SMTP id 39so46396532lfs.3 for ; Fri, 06 Nov 2015 11:14:39 -0800 (PST) In-Reply-To: (Ricardo Wurmus's message of "Fri, 6 Nov 2015 15:28:23 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus (2015-11-06 17:28 +0300) wrote: [...] > I have taken your recipe and removed more bundled sources in a snippet. > There=E2=80=99s still bundled stuff that we should get rid of, most impor= tantly > kmc, which brings its own executables. > > I also changed the description based on the paper; instead of patching > the Makefile I overwrite the make flags. > > Attached is a patch. Does this work for you? > What do others think about this patch? Oops, too late for the comment, but still: [...] > +(define-public bless > + (package > + (name "bless") > + (version "1p02") > + (source (origin > + (method url-fetch) > + (uri (string-append "mirror://sourceforge/bless-ec/bless.v" > + version ".tgz")) > + (sha256 > + (base32 > + "0rm0gw2s18dqwzzpl3c2x1z05ni2v0xz5dmfk3d33j6g4cgrlrdd")) tabulation =E2=86=91 here > + (modules '((guix build utils))) and wrong indentation =E2=86=91 here --=20 Alex