gnu: doxygen: Build with flex@2.6.1.

* gnu/packages/documentation.scm (doxygen)[native-inputs]: Replace flex
with flex@2.6.1.
This commit is contained in:
Efraim Flashner 2017-11-11 15:20:43 +02:00
parent b6239e452c
commit 738d0cd665
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5,6 +5,7 @@
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -126,7 +127,7 @@ (define-public doxygen
(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