diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 20:08:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 20:15:56 -0400 |
commit | b736af1824acb941919ee671ff5a8a67fa735406 (patch) | |
tree | 6026b4bc72a380f8209a6740aaabb2eef9fffd7d /gnu/packages/geo.scm | |
parent | f7a12f9224fc03eae4a49c007912b5f0c4f2f296 (diff) | |
download | guix-b736af1824acb941919ee671ff5a8a67fa735406.tar.gz |
gnu: catch-framework2: Rename variable to catch2.
Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 7fe8372f87..c739388320 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -820,7 +820,7 @@ street bearings/orientations, and speed/travel time.") (("TEST_CASE\\(\"ogr\"" all) (string-append all ", \"[!shouldfail]\"")))))))) (native-inputs - (list catch-framework2 + (list catch2 pkg-config postgresql)) (inputs |