summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2021-11-06 10:40:40 +0000
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2021-11-07 22:13:37 +0100
commit92af2ec5d07b124c67f45e0e9d0e1202ac3e2220 (patch)
tree6c33bcdb8eb78f892b5a9ab0f89eb5f238744bf7 /gnu
parentc9b991985814b58542e41e375d5fb5d009f55bfc (diff)
downloadguix-patches-92af2ec5d07b124c67f45e0e9d0e1202ac3e2220.tar
guix-patches-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')
-rw-r--r--gnu/packages/games.scm1
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