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