mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: grass: Depend on proj instead of proj.4.
* gnu/packages/geo.scm (grass)[inputs]: Replace proj.4 with proj. [arguments]: Change --with-proj-share. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4992cd7c4e
commit
552fde3b1e
1 changed files with 2 additions and 2 deletions
|
@ -1953,7 +1953,7 @@ track your position right from your laptop.")
|
|||
("openblas" ,openblas)
|
||||
("perl" ,perl)
|
||||
("postgresql" ,postgresql)
|
||||
("proj.4" ,proj.4)
|
||||
("proj" ,proj)
|
||||
("python" ,python)
|
||||
("python-dateutil" ,python-dateutil)
|
||||
("python-numpy" ,python-numpy)
|
||||
|
@ -2009,7 +2009,7 @@ track your position right from your laptop.")
|
|||
"--with-netcdf"
|
||||
"--with-postgres"
|
||||
(string-append "--with-proj-share="
|
||||
(assoc-ref inputs "proj.4")
|
||||
(assoc-ref inputs "proj")
|
||||
"/share/proj")
|
||||
"--with-pthread"
|
||||
"--with-readline"
|
||||
|
|
Loading…
Add table
Reference in a new issue