gnu: mpark-variant: Fix build.

* gnu/packages/cpp.scm (mpark-variant)[native-inputs]: Add gcc-12.
This commit is contained in:
Liliana Marie Prikler 2024-09-05 21:30:41 +02:00
parent 392a552524
commit cf59876e1e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -3132,7 +3132,7 @@ std::variant (formerly boost::variant) for C++11/14.")
((".*3rdparty/googletest.*\n") "") ((".*3rdparty/googletest.*\n") "")
((".*config_compiler_and_linker.*\n") "") ((".*config_compiler_and_linker.*\n") "")
(("gtest_main") "gtest gtest_main"))))))) (("gtest_main") "gtest gtest_main")))))))
(native-inputs (list googletest)) (native-inputs (list googletest gcc-12)) ; XXX: build fails with GCC 11
(home-page "https://github.com/mpark/variant") (home-page "https://github.com/mpark/variant")
(synopsis "Implementation of std::variant for C++11/14/17") (synopsis "Implementation of std::variant for C++11/14/17")
(description (description