avp pushed a commit to branch master
in repository guix.

commit 0d7115b867424240425e5eef20efcf6abf6b7e92
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Nov 3 07:12:49 2024 +0300

    gnu: btop: Generate and install the man page.
    
    * gnu/packages/admin.scm (btop)[native-inputs]: Add lowdown to allow
    generation and installation of the program man page.
    
    Change-Id: I1eb0c9491d89f21ef408cbcb4fb10f99be46690e
    Reviewed-by: Z572 <[email protected]>
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index db9aea31a5..cd5a76579d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -161,6 +161,7 @@
   #:use-module (gnu packages m4)
   #:use-module (gnu packages mail)
   #:use-module (gnu packages man)
+  #:use-module (gnu packages markup)
   #:use-module (gnu packages mcrypt)
   #:use-module (gnu packages mpi)
   #:use-module (gnu packages ncurses)
@@ -776,6 +777,7 @@ console.")
                (base32
                 "0vgw6hwqh6zbzrvrn3i0xwi9ykm1qdvhqcyz3mjakd7w303lx603"))))
     (build-system gnu-build-system)
+    (native-inputs (list lowdown))
     (arguments
      (list #:tests? #f ;no test suite
            #:make-flags #~(list (string-append "PREFIX=" #$output)

Reply via email to