guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: vtk: Depend on proj instead of proj.4.


From: guix-commits
Subject: branch master updated: gnu: vtk: Depend on proj instead of proj.4.
Date: Mon, 04 Oct 2021 04:11:12 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 51cc90f  gnu: vtk: Depend on proj instead of proj.4.
51cc90f is described below

commit 51cc90fcbf386b245c30ba3d47cc16a9219acba7
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Oct 2 13:22:50 2021 +0000

    gnu: vtk: Depend on proj instead of proj.4.
    
    * gnu/packages/image-processing.scm (vtk)[inputs] Replace proj.4 with
      proj.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/image-processing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index df77bef..c8b1f20 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -332,7 +332,7 @@ many popular formats.")
        ("mesa" ,mesa)
        ("netcdf" ,netcdf)
        ("png" ,libpng)
-       ("proj" ,proj.4)
+       ("proj" ,proj)
        ("python", python)
        ;("pugixml" ,pugixml)
        ("sqlite" ,sqlite)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]