[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51280] [PATCH 5/5] gnu: openttd: Fix build failure.
From: |
Felix Gruber |
Subject: |
[bug#51280] [PATCH 5/5] gnu: openttd: Fix build failure. |
Date: |
Tue, 19 Oct 2021 07:02:01 +0000 |
* packages/games.scm (openttd)[native-inputs]: Use gcc-9 to fix build
failure.
---
gnu/packages/games.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3fcca77926..78e885e0a0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4495,6 +4495,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
--
2.30.2