guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: vtk: Sort inputs alphabetically.


From: guix-commits
Subject: 02/03: gnu: vtk: Sort inputs alphabetically.
Date: Thu, 7 Jan 2021 15:43:47 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fac4e4aee51c85b9e2058071c4970217769d1f01
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 7 21:45:04 2021 +0200

    gnu: vtk: Sort inputs alphabetically.
    
    * gnu/packages/image-processing.scm (vtk)[inputs]: Sort alphabetically.
---
 gnu/packages/image-processing.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 613d55b..cf84bfb 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -279,21 +279,21 @@ many popular formats.")
                            "-DVTK_USE_SYSTEM_ZLIB:BOOL=TRUE")
        #:tests? #f))                              ;XXX: no "test" target
     (inputs
-     `(("libXt" ,libxt)
-       ("xorgproto" ,xorgproto)
-       ("libX11" ,libx11)
-       ("libxml2" ,libxml2)
-       ("mesa" ,mesa)
-       ("glu" ,glu)
-       ("expat" ,expat)
+     `(("expat" ,expat)
        ("freetype" ,freetype)
+       ("glu" ,glu)
        ("hdf5" ,hdf5)
        ("jpeg" ,libjpeg-turbo)
        ("jsoncpp" ,jsoncpp)
        ("libogg" ,libogg)
        ("libtheora" ,libtheora)
+       ("libX11" ,libx11)
+       ("libxml2" ,libxml2)
+       ("libXt" ,libxt)
+       ("mesa" ,mesa)
        ("png" ,libpng)
        ("tiff" ,libtiff)
+       ("xorgproto" ,xorgproto)
        ("zlib" ,zlib)))
     (home-page "https://vtk.org/";)
     (synopsis "Libraries for 3D computer graphics")



reply via email to

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