gnu: libgtextutils: Build with GCC 5

* gnu/packages/textutils.scm (libgtextutils)[native-inputs]: Add gcc-5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Mădălin Ionel Patrașcu 2019-12-19 20:24:08 +01:00 committed by Ludovic Courtès
parent 6ee87461e0
commit f9488b7043
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -17,6 +17,7 @@
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com> ;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
;;; Copyright © 2019 Yoshinori Arai <kumagusu08@gmail.com> ;;; Copyright © 2019 Yoshinori Arai <kumagusu08@gmail.com>
;;; Copyright © 2019 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -47,6 +48,7 @@
#:use-module (gnu packages autotools) #:use-module (gnu packages autotools)
#:use-module (gnu packages base) #:use-module (gnu packages base)
#:use-module (gnu packages compression) #:use-module (gnu packages compression)
#:use-module (gnu packages gcc)
#:use-module (gnu packages gettext) #:use-module (gnu packages gettext)
#:use-module (gnu packages java) #:use-module (gnu packages java)
#:use-module (gnu packages ncurses) #:use-module (gnu packages ncurses)
@ -232,6 +234,7 @@ nested include statements).")
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("gcc" ,gcc-5) ;; doesn't build with later versions
("libtool" ,libtool))) ("libtool" ,libtool)))
(home-page "https://github.com/agordon/libgtextutils") (home-page "https://github.com/agordon/libgtextutils")
(synopsis "Gordon's text utils library") (synopsis "Gordon's text utils library")