guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: doxygen: Build with address@hidden


From: Efraim Flashner
Subject: 01/01: gnu: doxygen: Build with address@hidden
Date: Sat, 11 Nov 2017 10:29:05 -0500 (EST)

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

commit 738d0cd665ef89a77af0b1568aea68d29bc749d6
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 11 15:20:43 2017 +0200

    gnu: doxygen: Build with address@hidden
    
    * gnu/packages/documentation.scm (doxygen)[native-inputs]: Replace flex
    with address@hidden
---
 gnu/packages/documentation.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 9c5ca74..c870084 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
 ;;; Copyright © 2016 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Kei Kebreau <address@hidden>
+;;; Copyright © 2017 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -126,7 +127,7 @@ markup) can be customized and extended by the user.")
     (build-system cmake-build-system)
     (native-inputs
      `(("bison" ,bison)
-       ("flex" ,flex)
+       ("flex" ,flex-2.6.1) ; sefaults with 2.6.4
        ("libxml2" ,libxml2) ; provides xmllint for the tests
        ("python" ,python-2))) ; for creating the documentation
     (inputs



reply via email to

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