guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: fifo-map: Fix cross-compilation.


From: guix-commits
Subject: 04/10: gnu: fifo-map: Fix cross-compilation.
Date: Tue, 1 Feb 2022 17:50:21 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 018d2c12430495ffe86dcbe2fb59d1f0144a3fe6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 30 17:33:07 2022 +0100

    gnu: fifo-map: Fix cross-compilation.
    
    * gnu/packages/cpp.scm (fifo-map)[native-inputs]: Move CATCH-FRAMEWORK2-1 
...
    [inputs]: ... here.
---
 gnu/packages/cpp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 9eddae626e..9927d79e37 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -469,7 +469,7 @@ functions, class methods, and stl containers.
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet '(delete-file-recursively "./test/thirdparty"))))
-    (native-inputs
+    (inputs
      (list catch-framework2-1))
     (build-system cmake-build-system)
     (arguments



reply via email to

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