[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29808] [PATCH] gnu: Add Pioneer.
From: |
Leo Famulari |
Subject: |
[bug#29808] [PATCH] gnu: Add Pioneer. |
Date: |
Tue, 26 Dec 2017 14:20:02 -0500 |
User-agent: |
Mutt/1.9.2 (2017-12-15) |
On Thu, Dec 21, 2017 at 05:42:50PM -0600, address@hidden wrote:
> From: Eric Bavier <address@hidden>
>
> * 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
Description: PGP signature