gnu: vtk: Sort inputs alphabetically.
* gnu/packages/image-processing.scm (vtk)[inputs]: Sort alphabetically.
This commit is contained in:
parent
b17b54113a
commit
fac4e4aee5
1 changed files with 7 additions and 7 deletions
|
@ -279,21 +279,21 @@ many popular formats.")
|
||||||
"-DVTK_USE_SYSTEM_ZLIB:BOOL=TRUE")
|
"-DVTK_USE_SYSTEM_ZLIB:BOOL=TRUE")
|
||||||
#:tests? #f)) ;XXX: no "test" target
|
#:tests? #f)) ;XXX: no "test" target
|
||||||
(inputs
|
(inputs
|
||||||
`(("libXt" ,libxt)
|
`(("expat" ,expat)
|
||||||
("xorgproto" ,xorgproto)
|
|
||||||
("libX11" ,libx11)
|
|
||||||
("libxml2" ,libxml2)
|
|
||||||
("mesa" ,mesa)
|
|
||||||
("glu" ,glu)
|
|
||||||
("expat" ,expat)
|
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
("glu" ,glu)
|
||||||
("hdf5" ,hdf5)
|
("hdf5" ,hdf5)
|
||||||
("jpeg" ,libjpeg-turbo)
|
("jpeg" ,libjpeg-turbo)
|
||||||
("jsoncpp" ,jsoncpp)
|
("jsoncpp" ,jsoncpp)
|
||||||
("libogg" ,libogg)
|
("libogg" ,libogg)
|
||||||
("libtheora" ,libtheora)
|
("libtheora" ,libtheora)
|
||||||
|
("libX11" ,libx11)
|
||||||
|
("libxml2" ,libxml2)
|
||||||
|
("libXt" ,libxt)
|
||||||
|
("mesa" ,mesa)
|
||||||
("png" ,libpng)
|
("png" ,libpng)
|
||||||
("tiff" ,libtiff)
|
("tiff" ,libtiff)
|
||||||
|
("xorgproto" ,xorgproto)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://vtk.org/")
|
(home-page "https://vtk.org/")
|
||||||
(synopsis "Libraries for 3D computer graphics")
|
(synopsis "Libraries for 3D computer graphics")
|
||||||
|
|
Reference in a new issue