mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
c2a1aba10e
commit
be8913cc64
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
||||||
;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com>
|
;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com>
|
||||||
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||||
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
|
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
|
||||||
|
;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -3868,7 +3869,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 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…
Add table
Add a link
Reference in a new issue