gnu: cereal: Use GCC 10.
* gnu/packages/serialization.scm (cereal)[native-inputs]: Add gcc-10.
This commit is contained in:
parent
a0d49a726a
commit
93d95bb843
@ -161,7 +161,7 @@ implement RPC protocols.")
|
|||||||
(mkdir-p doc)
|
(mkdir-p doc)
|
||||||
(copy-recursively "doc/html" doc)))))))
|
(copy-recursively "doc/html" doc)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen))
|
(list doxygen gcc-10))
|
||||||
(home-page "https://uscilab.github.io/cereal/")
|
(home-page "https://uscilab.github.io/cereal/")
|
||||||
(synopsis "C++11 library for serialization")
|
(synopsis "C++11 library for serialization")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user