guix-patches
[Top][All Lists]
Advanced

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

bug#26618: [PATCH] gnu: Add 0ad.


From: Clément Lassieur
Subject: bug#26618: [PATCH] gnu: Add 0ad.
Date: Mon, 01 May 2017 16:03:02 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Clément Lassieur <address@hidden> writes:

> +(define-public 0ad
> +  (package
> +    (name "0ad")
> +    (version "0.0.21-alpha")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "http://releases.wildfiregames.com/0ad-";
> +             version "-unix-build.tar.xz"))
> +       (file-name (string-append name "-" version ".tar.xz"))
> +       (sha256
> +        (base32
> +         "1kw3hqnr737ipx4f03khz3hvsh3ha7r8iy9njppk2faa53j27gln"))
> +       ;; A snippet here would cause a build failure, probably because of
> +       ;; timestamps reset or file sorting.

I'll remove "file sorting" and add a link to https://bugs.gnu.org/26734.





reply via email to

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