gnu: cereal: Use GCC 10.
* gnu/packages/serialization.scm (cereal)[native-inputs]: Add gcc-10.master
parent
a0d49a726a
commit
93d95bb843
|
@ -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