summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2023-02-13 11:37:48 +0200
committerEfraim Flashner <[email protected]>2023-02-13 11:41:46 +0200
commit7c51c9e3d4bc026813e94402c0e15429d38d4421 (patch)
tree974049b409ae8ab51b3441be18b8884848d60644 /gnu
parent32404757a1214bce9d4bc60f4caeb6e5bf7ec98a (diff)
gnu: universal-ctags: Install man pages.
* gnu/packages/code.scm (universal-ctags)[native-inputs]: Add python-docutils.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/code.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 4f6a4f07c7..e62cd15995 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2013, 2015, 2018, 2020, 2021 Ludovic Courtès <[email protected]>
;;; Copyright © 2013, 2015 Andreas Enge <[email protected]>
;;; Copyright © 2015, 2018 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2016, 2017, 2019, 2020, 2021, 2022 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <[email protected]>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017, 2018 Clément Lassieur <[email protected]>
;;; Copyright © 2017 Andy Wingo <[email protected]>
@@ -475,7 +475,7 @@ features that are not supported by the standard @code{stdio} implementation.")
(substitute* "Tmain/utils.sh"
(("/bin/echo") (which "echo"))))))))
(native-inputs
- (list autoconf automake packcc perl pkg-config))
+ (list autoconf automake packcc perl pkg-config python-docutils))
(inputs
(list jansson libseccomp libxml2 libyaml pcre2))
(home-page "https://ctags.io/")