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: Liliana Marie Prikler
Subject: [bug#68199] [PATCH 2/3] gnu: taisei: Use gexps.
Date: Tue, 02 Jan 2024 22:02:59 +0100
User-agent: Evolution 3.46.4

Am Dienstag, dem 02.01.2024 um 10:07 +0900 schrieb gemmaro:
> * 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
You can (and I argue should) squash this onto the previous restyling
commit.

Cheers

reply via email to

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