guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: libgtextutils: Build with GCC 5


From: guix-commits
Subject: 09/10: gnu: libgtextutils: Build with GCC 5
Date: Sat, 21 Dec 2019 17:55:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f9488b7043e161a96b698279637236fd6bfcae76
Author: Mădălin Ionel Patrașcu <address@hidden>
Date:   Thu Dec 19 20:24:08 2019 +0100

    gnu: libgtextutils: Build with GCC 5
    
    * gnu/packages/textutils.scm (libgtextutils)[native-inputs]: Add gcc-5.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/textutils.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 668260b..cf90779 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2018 Meiyo Peng <address@hidden>
 ;;; Copyright © 2019 Yoshinori Arai <address@hidden>
+;;; Copyright © 2019 Mădălin Ionel Patrașcu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,6 +48,7 @@
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages gcc)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages java)
   #:use-module (gnu packages ncurses)
@@ -232,6 +234,7 @@ nested include statements).")
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
+       ("gcc" ,gcc-5) ;; doesn't build with later versions
        ("libtool" ,libtool)))
     (home-page "https://github.com/agordon/libgtextutils";)
     (synopsis "Gordon's text utils library")



reply via email to

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