guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: universal-ctags: Install man pages.


From: guix-commits
Subject: 01/02: gnu: universal-ctags: Install man pages.
Date: Mon, 13 Feb 2023 06:30:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7c51c9e3d4bc026813e94402c0e15429d38d4421
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 13 11:37:48 2023 +0200

    gnu: universal-ctags: Install man pages.
    
    * gnu/packages/code.scm (universal-ctags)[native-inputs]: Add
    python-docutils.
---
 gnu/packages/code.scm | 4 ++--
 1 file 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 <ludo@gnu.org>
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015, 2018 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2016, 2017, 2019, 2020, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
@@ -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/";)



reply via email to

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