mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: cereal: Use GCC 10.
* gnu/packages/serialization.scm (cereal)[native-inputs]: Add gcc-10.
This commit is contained in:
@@ -161,7 +161,7 @@ implement RPC protocols.")
|
||||
(mkdir-p doc)
|
||||
(copy-recursively "doc/html" doc)))))))
|
||||
(native-inputs
|
||||
(list doxygen))
|
||||
(list doxygen gcc-10))
|
||||
(home-page "https://uscilab.github.io/cereal/")
|
||||
(synopsis "C++11 library for serialization")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user