gnu: doxygen: Don't build against special Flex variant.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 7 Jul 2019 18:00:21 +0000 (20:00 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 7 Jul 2019 18:00:21 +0000 (20:00 +0200)
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1
to FLEX.

gnu/packages/documentation.scm

index 6ce7827..8e7ecda 100644 (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