GNU bug report logs - #49090
[PATCH] gnu: Add blastem.

Previous Next

Package: guix-patches;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Fri, 18 Jun 2021 15:01:02 UTC

Severity: normal

Tags: patch

Done: Leo Prikler <leo.prikler <at> student.tugraz.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Leo Prikler <leo.prikler <at> student.tugraz.at>, 49090 <at> debbugs.gnu.org
Subject: [bug#49090] [PATCH] gnu: Add blastem.
Date: Fri, 18 Jun 2021 20:39:25 +0200
[Message part 1 (text/plain, inline)]
On Fri, Jun 18 2021, Leo Prikler wrote:

> +(define-public blastem
> +  (package
> +    (name "blastem")
> +    (version "0.6.2")
> +    (source (origin
> +              (method hg-fetch)
> +              (uri (hg-reference
> +                    (url "https://www.retrodev.com/repos/blastem")
> +                    (changeset (string-append "v" version))))
> +              (file-name (string-append name "-" version "-checkout"))

Nit: (guix hg-download) provides a ‘hg-file-name’ procedure, so you can
just use (hg-file-name name version).

> +              (sha256
> +               (base32
> +                "08ycfisivh9rb9vmijlrpdryaw8spd81ck48960p15cnf8h2535q"))
> +              (modules '((guix build utils)))
> +              (snippet
> +               '(begin
> +                  ;; TODO: Separately package and unbundle nuklear
> +                  (delete-file-recursively "zlib")))))

Why is the zlib directory removed?  Or perhaps, why do they bundle their
own Zlib?

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 329 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.