diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image-processing.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 613d55beaa..cf84bfb4aa 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") |