guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add BLESS


From: Alex Kost
Subject: Re: [PATCH] Add BLESS
Date: Fri, 06 Nov 2015 22:14:40 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus (2015-11-06 17:28 +0300) wrote:

[...]
> I have taken your recipe and removed more bundled sources in a snippet.
> There’s still bundled stuff that we should get rid of, most importantly
> 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 ↑ here

> +                            (modules '((guix build utils)))
and wrong indentation ↑ here

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]