me
/
guix
Archived
1
0
Fork 0

gnu: cereal: Use GCC 10.

* gnu/packages/serialization.scm (cereal)[native-inputs]: Add gcc-10.
master
Ricardo Wurmus 2023-04-24 18:49:51 +02:00
parent a0d49a726a
commit 93d95bb843
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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