GNU bug report logs - #29808
[PATCH] gnu: Add Pioneer.

Previous Next

Package: guix-patches;

Reported by: ericbavier <at> centurylink.net

Date: Fri, 22 Dec 2017 04:44:02 UTC

Severity: normal

Tags: patch

Done: Eric Bavier <ericbavier <at> centurylink.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Leo Famulari <leo <at> famulari.name>
To: ericbavier <at> centurylink.net
Cc: 29808 <at> debbugs.gnu.org, Eric Bavier <bavier <at> member.fsf.org>
Subject: [bug#29808] [PATCH] gnu: Add Pioneer.
Date: Tue, 26 Dec 2017 14:20:02 -0500
[Message part 1 (text/plain, inline)]
On Thu, Dec 21, 2017 at 05:42:50PM -0600, ericbavier <at> centurylink.net wrote:
> From: Eric Bavier <bavier <at> member.fsf.org>
> 
> * gnu/packages/games.scm (pioneer): New variable.

Cool, I love this type of game :)

> +    (arguments
> +     `(#:tests? #f                      ;tests are broken
> +       #:configure-flags (list "--with-external-liblua"
> +                               (string-append "PIONEER_DATA_DIR="
> +                                              %output "/share/games/pioneer"))

This is just for the game's "assets", right? That is, it doesn't need to
be written to for things like saving the game?

> +       #:phases (modify-phases %standard-phases
> +                  (add-before 'configure 'bootstrap
> +                    (lambda _ (zero? (system "./bootstrap"))))

Lately we have been doing these bootstrap phases directly after
unpacking:

https://lists.gnu.org/archive/html/guix-devel/2017-07/msg00101.html
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 204 days ago.

Previous Next


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