GNU bug report logs - #68199
[PATCH 0/3] gnu: taisei: Update to 1.4.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Tue, 2 Jan 2024 01:06:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 68199 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#68199] [PATCH 2/3] gnu: taisei: Use gexps.
Date: Tue,  2 Jan 2024 10:07:50 +0900
* gnu/packages/games.scm (taisei)[arguments]: Use gexps.

Change-Id: I0732c0ecca482e5ab2c553b3c2d75e8003a9d781
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c26b9ef2c9..1bfa8e19b8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3399,9 +3399,10 @@ (define-public taisei
         (base32 "1g53fcyrlzmvlsb40pw90gaglysv6n1w42hk263iv61ibhdmzh6v"))))
     (build-system meson-build-system)
     (arguments
-     `(#:build-type "release" ;comment out for bug-reporting (and cheats)
-       #:configure-flags (list "-Dr_default=gles30" "-Dr_gles20=true"
-                               "-Dr_gles30=true" "-Dshader_transpiler=true")))
+     (list
+      #:build-type "release" ;comment out for bug-reporting (and cheats)
+      #:configure-flags #~(list "-Dr_default=gles30" "-Dr_gles20=true"
+                                "-Dr_gles30=true" "-Dshader_transpiler=true")))
     (native-inputs (list pkg-config python python-docutils python-pygments))
     (inputs (list cglm
                   freetype
-- 
2.41.0





This bug report was last modified 1 year and 137 days ago.

Previous Next


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