From b736af1824acb941919ee671ff5a8a67fa735406 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 15 Sep 2022 20:08:21 -0400 Subject: gnu: catch-framework2: Rename variable to catch2. Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/geo.scm') 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 -- cgit 1.4.1