diff options
author | Felix Gruber <felgru@posteo.net> | 2021-11-06 10:40:40 +0000 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-11-07 22:13:37 +0100 |
commit | 92af2ec5d07b124c67f45e0e9d0e1202ac3e2220 (patch) | |
tree | 6c33bcdb8eb78f892b5a9ab0f89eb5f238744bf7 /gnu/packages/games.scm | |
parent | c9b991985814b58542e41e375d5fb5d009f55bfc (diff) | |
download | guix-92af2ec5d07b124c67f45e0e9d0e1202ac3e2220.tar.gz |
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>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0b4f8c6bfe..1e5f0a1e9a 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 |