lilyp pushed a commit to branch master
in repository guix.

commit 92af2ec5d07b124c67f45e0e9d0e1202ac3e2220
Author: Felix Gruber <[email protected]>
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 <[email protected]>
---
 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