From acf1cae83d8d72eaa641c9a9a366a21f70f24e78 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sat, 2 Oct 2021 12:56:16 +0000 Subject: gnu: xygrib: Depend on proj instead of proj.4. * gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj. Signed-off-by: Efraim Flashner --- 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 7394f3e5ac..a8a66fdfc4 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1273,7 +1273,7 @@ map display. Downloads map data from a number of websites, including ("libnova" ,libnova) ("libpng" ,libpng) ("openjpeg" ,openjpeg) - ("proj.4" ,proj.4) + ("proj" ,proj) ("qtbase" ,qtbase-5) ("zlib" ,zlib))) (synopsis "Weather Forecast Visualization") -- cgit v1.2.3