all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 74183@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#74183] [PATCH 1/2] gnu: btop: Generate and install the man page.
Date: Sun,  3 Nov 2024 12:14:25 +0300	[thread overview]
Message-ID: <0374d109bc8e769031e57103de11d6ae86ce257b.1730625065.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1730625065.git.poptsov.artyom@gmail.com>

* gnu/packages/admin.scm (btop)[native-inputs]: Add lowdown to allow
generation and installation of the program man page.

Change-Id: I1eb0c9491d89f21ef408cbcb4fb10f99be46690e
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 86f35d49ad..bc8f0efdef 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -159,6 +159,7 @@ (define-module (gnu packages admin)
   #: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)
@@ -774,6 +775,7 @@ (define-public btop
                (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)
-- 
2.46.0





  reply	other threads:[~2024-11-03  9:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-03  9:13 [bug#74183] [PATCH 0/2] gnu: btop: Fix SEGFAULT error on Intel GPUs; install man page Artyom V. Poptsov
2024-11-03  9:14 ` Artyom V. Poptsov [this message]
2024-11-03  9:14 ` [bug#74183] [PATCH 2/2] gnu: btop: Fix SEGFAULT error on Intel GPUs Artyom V. Poptsov
2024-11-03  9:48   ` Z572
2024-11-03 10:15 ` bug#74183: [PATCH 0/2] gnu: btop: Fix SEGFAULT error on Intel GPUs; install man page Artyom V. Poptsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0374d109bc8e769031e57103de11d6ae86ce257b.1730625065.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=74183@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.