guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: openttd: Fix build failure.


From: guix-commits
Subject: 05/05: gnu: openttd: Fix build failure.
Date: Sun, 7 Nov 2021 16:14:09 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 92af2ec5d07b124c67f45e0e9d0e1202ac3e2220
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Nov 6 10:40:40 2021 +0000

    gnu: openttd: Fix build failure.
    
    * packages/games.scm (openttd)[native-inputs]: Use gcc-9 to fix build
      failure.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/games.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0b4f8c6..1e5f0a1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4497,6 +4497,7 @@ Transport Tycoon Deluxe.")
      `(("opengfx" ,openttd-opengfx)
        ("openmsx" ,openttd-openmsx)
        ("opensfx" ,openttd-opensfx)
+       ("gcc" ,gcc-9)                   ; for #include <charconv>
        ,@(package-native-inputs openttd-engine)))))
 
 (define openrct2-title-sequences



reply via email to

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