gnu: avogadrolibs: Remove msgpack from native-inputs.

It's now propagated by mmtf-cpp.

* gnu/packages/chemistry.scm (avogadrolibs)
[native-inputs]: Remove msgpack.

Reviewed-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Maxim Cournoyer 2023-08-17 17:31:17 -04:00
parent 778a424444
commit 92f3476077
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -87,7 +87,6 @@ (define-public avogadrolibs
(native-inputs
(list eigen
mmtf-cpp
msgpack
googletest
pkg-config
pybind11))