mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
4cc283a204
commit
ff40f221d1
1 changed files with 1 additions and 1 deletions
|
@ -3234,7 +3234,7 @@ (define-public mpark-variant
|
||||||
((".*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 gcc-12)) ; XXX: build fails with GCC 11
|
(native-inputs (list googletest))
|
||||||
(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…
Reference in a new issue