guix-patches
[Top][All Lists]
Advanced

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

[bug#68199] [PATCH 2/3] gnu: taisei: Use gexps.


From: gemmaro
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






reply via email to

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