mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: json-modern-cxx: Fix cross-compilation.
* gnu/packages/cpp.scm (json-modern-cxx)[native-inputs]: Move DOCTEST ... [inputs]: ... here.
This commit is contained in:
parent
7ad2cfcc72
commit
c065fca7f5
1 changed files with 2 additions and 2 deletions
|
@ -542,7 +542,7 @@ as ordering relation.")
|
||||||
"1"))
|
"1"))
|
||||||
(format #t "test suite not run~%")))))))
|
(format #t "test suite not run~%")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list amalgamate doctest
|
(list amalgamate
|
||||||
(let ((version "3.0.0"))
|
(let ((version "3.0.0"))
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -554,7 +554,7 @@ as ordering relation.")
|
||||||
(base32
|
(base32
|
||||||
"0nzsjzlvk14dazwh7k2jb1dinb0pv9jbx5jsyn264wvva0y7daiv"))))))
|
"0nzsjzlvk14dazwh7k2jb1dinb0pv9jbx5jsyn264wvva0y7daiv"))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list fifo-map))
|
(list doctest fifo-map))
|
||||||
(synopsis "JSON parser and printer library for C++")
|
(synopsis "JSON parser and printer library for C++")
|
||||||
(description "JSON for Modern C++ is a C++ JSON library that provides
|
(description "JSON for Modern C++ is a C++ JSON library that provides
|
||||||
intuitive syntax and trivial integration.")
|
intuitive syntax and trivial integration.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue