mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: fifo-map: Fix cross-compilation.
* gnu/packages/cpp.scm (fifo-map)[native-inputs]: Move CATCH-FRAMEWORK2-1 ... [inputs]: ... here.
This commit is contained in:
parent
f89bf66690
commit
018d2c1243
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ functions, class methods, and stl containers.
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(delete-file-recursively "./test/thirdparty"))))
|
(snippet '(delete-file-recursively "./test/thirdparty"))))
|
||||||
(native-inputs
|
(inputs
|
||||||
(list catch-framework2-1))
|
(list catch-framework2-1))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue