diff options
author | Felix Gruber <felgru@posteo.net> | 2021-10-02 12:56:16 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-04 09:53:01 +0300 |
commit | acf1cae83d8d72eaa641c9a9a366a21f70f24e78 (patch) | |
tree | f33133326ad28e43559431b0fb28acaa239d4d8c | |
parent | 552fde3b1e86c6f8503d17b8362c96d0a5d1faf6 (diff) |
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 <efraim@flashner.co.il>
-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 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") |