guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 3ed7420c6d5863406f5596a3bc3cbb2100adeb09
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Fri Jan 3 11:01:57 2025 +0100

    gnu: mpark-variant: Build with gcc-14; fixes build.
    
    * gnu/packages/cpp.scm (mpark-variant)[native-inputs]: Remove gcc-12.
    
    Change-Id: If9d9f6f33b81d06466e282bc70e274f03e05a572
---
 gnu/packages/cpp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 461070c520..bf97686fd9 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -46,6 +46,7 @@
 ;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorpe...@gmail.com>
 ;;; Copyright © 2025 Ashish SHUKLA <ashish...@lostca.se>
 ;;; Copyright © 2025 Nicolas Graves <ngra...@ngraves.fr>
+;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3807,7 +3808,7 @@ std::variant (formerly boost::variant) for C++11/14.")
                 ((".*3rdparty/googletest.*\n") "")
                 ((".*config_compiler_and_linker.*\n") "")
                 (("gtest_main") "gtest gtest_main")))))))
-    (native-inputs (list googletest gcc-12)) ; XXX: build fails with GCC 11
+    (native-inputs (list googletest))
     (home-page "https://github.com/mpark/variant";)
     (synopsis "Implementation of std::variant for C++11/14/17")
     (description

Reply via email to