gnu: tcbrindle-span: Fix cross-compilation.

* gnu/packages/cpp.scm (tcbrindle-span) [native-inputs]: Move catch-framework
to...
[inputs]: ... here.

1 file changed, 1 insertion(+), 1 deletion(-)
gnu/packages/cpp.scm | 2 +-

modified   gnu/packages/cpp.scm
@@ -4957,7 +4957,7 @@ (define-public tcbrindle-span
              (substitute* (find-files "." "\\.cpp$")
                (("\"catch\\.hpp\"") "<catch.hpp>"))))))
       (build-system cmake-build-system)
-      (native-inputs (list catch-framework))
+      (inputs (list catch-framework))   ;in inputs for cross-compilation
       (arguments
        (list
         #:phases

Generated by apteryx using scpaste at Wed Sep 23 16:11:44 2026. JST. (original)