summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2017-11-11 15:20:43 +0200
committerEfraim Flashner <[email protected]>2017-11-11 17:28:51 +0200
commit738d0cd665ef89a77af0b1568aea68d29bc749d6 (patch)
tree9ba27c3bb38e962a807098201f30ad530764efaf /gnu
parentb6239e452c5d7c697abfafe800b8722efd96644d (diff)
gnu: doxygen: Build with [email protected].
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Replace flex with [email protected].
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/documentation.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 9c5ca74d73..c870084746 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2016 Roel Janssen <[email protected]>
;;; Copyright © 2016 Thomas Danckaert <[email protected]>
;;; Copyright © 2017 Kei Kebreau <[email protected]>
+;;; Copyright © 2017 Efraim Flashner <[email protected]>
;;;
;;; 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