guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: json-modern-cxx: Fix cross-compilation.


From: guix-commits
Subject: 06/10: gnu: json-modern-cxx: Fix cross-compilation.
Date: Tue, 1 Feb 2022 17:50:24 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c065fca7f5feaeb8693b47089d53f85c594fb709
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 30 17:43:15 2022 +0100

    gnu: json-modern-cxx: Fix cross-compilation.
    
    * gnu/packages/cpp.scm (json-modern-cxx)[native-inputs]: Move DOCTEST ...
    [inputs]: ... here.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 5b4eee151f..ba54dbcda8 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -542,7 +542,7 @@ as ordering relation.")
                                            "1"))
                           (format #t "test suite not run~%")))))))
     (native-inputs
-     (list amalgamate doctest
+     (list amalgamate
            (let ((version "3.0.0"))
              (origin
                (method git-fetch)
@@ -554,7 +554,7 @@ as ordering relation.")
                 (base32
                  "0nzsjzlvk14dazwh7k2jb1dinb0pv9jbx5jsyn264wvva0y7daiv"))))))
     (inputs
-     (list fifo-map))
+     (list doctest fifo-map))
     (synopsis "JSON parser and printer library for C++")
     (description "JSON for Modern C++ is a C++ JSON library that provides
 intuitive syntax and trivial integration.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]