gnu: gnuastro: Add TIFF support.
This adds ~3.6 MiB (3.6%) to gnuastro's now-103.9 MiB closure. * gnu/packages/astronomy.scm (gnuastro)[inputs]: Add libtiff and zlib.master
parent
33031faa4e
commit
edf075987c
|
@ -116,7 +116,9 @@ header.")
|
||||||
`(("cfitsio" ,cfitsio)
|
`(("cfitsio" ,cfitsio)
|
||||||
("gsl" ,gsl)
|
("gsl" ,gsl)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("wcslib" ,wcslib)))
|
("libtiff" ,libtiff)
|
||||||
|
("wcslib" ,wcslib)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.gnu.org/software/gnuastro/")
|
(home-page "https://www.gnu.org/software/gnuastro/")
|
||||||
(synopsis "Astronomy utilities")
|
(synopsis "Astronomy utilities")
|
||||||
|
|
Reference in New Issue