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>master
parent
552fde3b1e
commit
acf1cae83d
|
@ -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")
|
||||
|
|
Reference in New Issue