gnu: vtk: Sort inputs alphabetically.

* gnu/packages/image-processing.scm (vtk)[inputs]: Sort alphabetically.
This commit is contained in:
Efraim Flashner 2021-01-07 21:45:04 +02:00
parent b17b54113a
commit fac4e4aee5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -279,21 +279,21 @@ (define-public vtk
"-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")