diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 19:24:34 +0200 | 
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 19:24:34 +0200 | 
| commit | d1f3b333e6176a7879ab3742bbebb2a99f61a528 (patch) | |
| tree | 8bd82ce68bd2534a48bf13c7256997f82dd1b3f4 /gnu/packages/documentation.scm | |
| parent | e01d384efcdaf564bbb221e43b81e087c8e2af06 (diff) | |
| parent | 861907f01efb1cae7f260e8cb7b991d5034a486a (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/documentation.scm')
| -rw-r--r-- | gnu/packages/documentation.scm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 6ce7827391..19c42b00eb 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -139,9 +139,9 @@ 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 -       ("libxml2" ,libxml2) ; provides xmllint for the tests -       ("python" ,python-2))) ; for creating the documentation +       ("flex" ,flex) +       ("libxml2" ,libxml2)             ;provides xmllint for the tests +       ("python" ,python)))             ;for creating the documentation      (inputs       `(("bash" ,bash-minimal)))      (arguments | 
