guix-patches
[Top][All Lists]
Advanced

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

[bug#51280] [PATCH v2 4/5] gnu: openttd-openmsx: Update to 0.4.2.


From: Liliana Marie Prikler
Subject: [bug#51280] [PATCH v2 4/5] gnu: openttd-openmsx: Update to 0.4.2.
Date: Sat, 06 Nov 2021 13:34:09 +0100
User-agent: Evolution 3.34.2

Hi,

Am Samstag, den 06.11.2021, 10:40 +0000 schrieb Felix Gruber:
> * packages/games.scm (openttd-openmsx): Update to 0.4.2.
>   [native-inputs]: Replace python-2 with python.
> ---
>  gnu/packages/games.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index a6602fe4f6..8e92e04daa 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -4433,7 +4433,7 @@ the original Transport Tycoon Deluxe.")
>  (define openttd-openmsx
>    (package
>      (name "openttd-openmsx")
> -    (version "0.4.0")
> +    (version "0.4.2")
>      (source
>       (origin
>         (method url-fetch)
> @@ -4442,11 +4442,11 @@ the original Transport Tycoon Deluxe.")
>               version "/openmsx-" version "-source.tar.xz"))
>         (sha256
>          (base32
> -         "0prjljsdgdxqdhhcriqskqha004ybs575xcjq80zha3pqnmrdk0k"))))
> +         "0h583d8fxy78kc3jvpp78r76a48qhxrhm4q7jbnj74aw0kwrcl8g"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("grfcodec" ,grfcodec)
> -       ("python" ,python-2)
> +       ("python" ,python)
>         ("tar" ,tar)))
>      (arguments
>       `(#:make-flags
OpenTTD fails to find this version of opensmx (as opposed to failing to
play any sound for it, which is the current behaviour on master).  Do
you have a guess as to why this is the case?

Regards,
Liliana






reply via email to

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