gnu: mpark-variant: Build with gcc-14; fixes build.

* gnu/packages/cpp.scm (mpark-variant)[native-inputs]: Remove gcc-12.

Change-Id: If9d9f6f33b81d06466e282bc70e274f03e05a572
This commit is contained in:
Janneke Nieuwenhuizen 2025-01-03 11:01:57 +01:00
parent 4cc283a204
commit ff40f221d1
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -3234,7 +3234,7 @@ (define-public mpark-variant
((".*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