~ruther/guix-local

a6aff3528c32cc921bddd78b254678a1fc121f21 — Leo Famulari 8 years ago 14c7790
gnu: libtiff: Build with the default compiler.

The relevant bug has been fixed and this special-case workaround is no longer
necessary.

* gnu/packages/image.scm (libtiff)[native-inputs]: Remove field.
1 files changed, 0 insertions(+), 3 deletions(-)

M gnu/packages/image.scm
M gnu/packages/image.scm => gnu/packages/image.scm +0 -3
@@ 354,9 354,6 @@ extracting icontainer icon files.")
                                             (assoc-ref %outputs "doc")
                                             "/share/doc/"
                                             ,name "-" ,version))))
   ;; Build with a patched GCC to work around <http://bugs.gnu.org/24703>.
   (native-inputs
    `(("gcc@5" ,gcc-5)))
   (inputs `(("zlib" ,zlib)
             ("libjpeg" ,libjpeg)))
   (synopsis "Library for handling TIFF files")