guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 16/22: gnu: doxygen: Don't build against special Flex variant.
Date: Sun, 7 Jul 2019 19:04:44 -0400 (EDT)

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

commit ff6850490f5ebe2cd0bcb86d7c8a87650e7bb08b
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 20:00:21 2019 +0200

    gnu: doxygen: Don't build against special Flex variant.
    
    * gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1
    to FLEX.
---
 gnu/packages/documentation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 6ce7827..8e7ecda 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -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



reply via email to

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