diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 16:49:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-07 23:57:38 +0200 |
commit | edf075987c6d6f9e92e20a89f4c9e41bfa0802d6 (patch) | |
tree | 5814b220bd90ac3d9ee20186e4c837793ef4fec7 /gnu/packages/astronomy.scm | |
parent | 33031faa4eec55865a1301395c8f4d723abdba6d (diff) | |
download | guix-edf075987c6d6f9e92e20a89f4c9e41bfa0802d6.tar guix-edf075987c6d6f9e92e20a89f4c9e41bfa0802d6.tar.gz |
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.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 232157da34..8129da832d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -116,7 +116,9 @@ header.") `(("cfitsio" ,cfitsio) ("gsl" ,gsl) ("libjpeg" ,libjpeg) - ("wcslib" ,wcslib))) + ("libtiff" ,libtiff) + ("wcslib" ,wcslib) + ("zlib" ,zlib))) (build-system gnu-build-system) (home-page "https://www.gnu.org/software/gnuastro/") (synopsis "Astronomy utilities") |