[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
- branch master updated (01c925bf49 -> e301f1a8ed), guix-commits, 2022/02/01
- 01/10: gnu: json-modern-cxx: Update to 3.10.5., guix-commits, 2022/02/01
- 09/10: gnu: libomp: Update to 13.0.0., guix-commits, 2022/02/01
- 08/10: gnu: LLVM: Switch to 13 as the default., guix-commits, 2022/02/01
- 10/10: services: zabbix-frontend: Support custom server package., guix-commits, 2022/02/01
- 04/10: gnu: fifo-map: Fix cross-compilation.,
guix-commits <=
- 02/10: gnu: json-modern-cxx: Run tests in parallel., guix-commits, 2022/02/01
- 03/10: gnu: fifo-map: Use a release tag., guix-commits, 2022/02/01
- 05/10: gnu: json-modern-cxx: Remove input labels., guix-commits, 2022/02/01
- 06/10: gnu: json-modern-cxx: Fix cross-compilation., guix-commits, 2022/02/01
- 07/10: gnu: doctest: Update to 2.4.8., guix-commits, 2022/02/01