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>master
parent
c9b9919858
commit
92af2ec5d0
|
@ -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
|
||||
|
|
Reference in New Issue