diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-15 11:41:51 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-15 11:51:59 -0400 |
commit | a6aff3528c32cc921bddd78b254678a1fc121f21 (patch) | |
tree | c243adaf6efc3f9d1f1dd09b63057661697b207e | |
parent | 14c7790f1ad845b7e1932d6a700a1fb25f110608 (diff) | |
download | guix-a6aff3528c32cc921bddd78b254678a1fc121f21.tar guix-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.
-rw-r--r-- | gnu/packages/image.scm | 3 |
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") |