diff options
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 335f9a65cd..ae1e3e3356 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -185,7 +185,7 @@ batches.") (modules '((guix build utils))) (snippet '(delete-file-recursively "./test/thirdparty")))) (native-inputs - `(("catch2" ,catch-framework2))) + `(("catch2" ,catch-framework2-1))) (build-system cmake-build-system) (arguments `(#:phases |