unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 51280@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#51280] [PATCH 5/5] gnu: openttd: Fix build failure.
Date: Tue, 19 Oct 2021 07:02:01 +0000	[thread overview]
Message-ID: <20211019070201.4635-5-felgru@posteo.net> (raw)
In-Reply-To: <20211019070201.4635-1-felgru@posteo.net>

* 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





      parent reply	other threads:[~2021-10-19  7:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19  6:58 [bug#51280] [PATCH 0/5] Update openttd to 12.0 Felix Gruber
2021-10-19  7:01 ` [bug#51280] [PATCH 1/5] gnu: openttd-engine: Update " Felix Gruber
2021-10-19  7:01   ` [bug#51280] [PATCH 2/5] gnu: openttd-opengfx: Update to 7.1 Felix Gruber
2021-10-19  7:01   ` [bug#51280] [PATCH 3/5] gnu: openttd-opensfx: Update to 1.0.2 Felix Gruber
2021-10-19  7:02   ` [bug#51280] [PATCH 4/5] gnu: openttd-openmsx: Update to 0.4.2 Felix Gruber
2021-11-03 14:20     ` Efraim Flashner
2021-11-06 10:21       ` Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 0/5] Update openttd to 12.0 Felix Gruber
2021-11-08 20:50         ` bug#51280: " Liliana Marie Prikler
2021-11-06 10:40       ` [bug#51280] [PATCH v2 1/5] gnu: openttd-engine: Update " Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 2/5] gnu: openttd-opengfx: Update to 7.1 Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 3/5] gnu: openttd-opensfx: Update to 1.0.2 Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 4/5] gnu: openttd-openmsx: Update to 0.4.2 Felix Gruber
2021-11-06 12:34         ` Liliana Marie Prikler
2021-11-06 12:34           ` Liliana Marie Prikler
2021-11-07 20:06           ` Felix Gruber
2021-11-07 20:11             ` [bug#51280] [PATCH v3 " Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 5/5] gnu: openttd: Fix build failure Felix Gruber
2021-10-19  7:02   ` Felix Gruber [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211019070201.4635-5-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=51280@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).