guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libtiff: Build with the default compiler.


From: Leo Famulari
Subject: 02/02: gnu: libtiff: Build with the default compiler.
Date: Thu, 15 Jun 2017 11:52:11 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit a6aff3528c32cc921bddd78b254678a1fc121f21
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 15 11:41:51 2017 -0400

    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.
---
 gnu/packages/image.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index c35a6d3..317b1a0 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
-    `(("address@hidden" ,gcc-5)))
    (inputs `(("zlib" ,zlib)
              ("libjpeg" ,libjpeg)))
    (synopsis "Library for handling TIFF files")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]