mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: tunctl: Update comment.
The actual dependency is docbook-to-man which is a completely different project [1]. (unrelated to docbook2x and docbook-utils) [1]: <https://www.oasis-open.org/docbook/tools/dtm/> * gnu/packages/networking.scm (tunctl): Update comment. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
committed by
Ludovic Courtès
parent
b8a254ceaa
commit
cc30f8537d
@@ -4393,7 +4393,8 @@ easy-to-understand binary values.")
|
|||||||
(lambda _
|
(lambda _
|
||||||
(setenv "CC" "gcc")
|
(setenv "CC" "gcc")
|
||||||
(invoke "make" "tunctl")))
|
(invoke "make" "tunctl")))
|
||||||
;; TODO: Requires docbook2x to generate man page from SGML.
|
;; TODO: Requires docbook-to-man (unrelated to docbook2x and
|
||||||
|
;; docbook-utils) to generate man page from SGML.
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|||||||
Reference in New Issue
Block a user