diff options
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8cc879c657..f52fcea1f7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4436,7 +4436,6 @@ 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 @@ -12404,8 +12403,6 @@ available.") (arguments `(#:tests? #f ; no tests #:build-type "Release")) - (native-inputs - (list gcc-11)) ; need C++20-compatible compiler (inputs (list sfml)) (home-page "https://github.com/sandsmark/Schiffbruch/") |