mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mpark-variant: Fix build.
* gnu/packages/cpp.scm (mpark-variant)[native-inputs]: Add gcc-12.
This commit is contained in:
parent
392a552524
commit
cf59876e1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue