gnu: doxygen: Don't build against special Flex variant.

* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1
to FLEX.
This commit is contained in:
Marius Bakke 2019-07-07 20:00:21 +02:00
parent 794c773d0c
commit ff6850490f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ markup) can be customized and extended by the user.")
(build-system cmake-build-system)
(native-inputs
`(("bison" ,bison)
("flex" ,flex-2.6.1) ; sefaults with 2.6.4
("flex" ,flex)
("libxml2" ,libxml2) ; provides xmllint for the tests
("python" ,python-2))) ; for creating the documentation
(inputs