summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-06-15 11:41:51 -0400
committerLeo Famulari <leo@famulari.name>2017-06-15 11:51:59 -0400
commita6aff3528c32cc921bddd78b254678a1fc121f21 (patch)
treec243adaf6efc3f9d1f1dd09b63057661697b207e /gnu/packages/image.scm
parent14c7790f1ad845b7e1932d6a700a1fb25f110608 (diff)
downloadpatches-a6aff3528c32cc921bddd78b254678a1fc121f21.tar
patches-a6aff3528c32cc921bddd78b254678a1fc121f21.tar.gz
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.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r--gnu/packages/image.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index c35a6d3b39..317b1a0a30 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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")