all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: soeren@soeren-tempel.net
To: 68594@debbugs.gnu.org
Cc: timotej.lazar@araneo.si
Subject: [bug#68594] [PATCH v2] gnu: bemenu: Install man pages
Date: Sun, 28 Jan 2024 16:15:45 +0100	[thread overview]
Message-ID: <20240128151544.6531-2-soeren@soeren-tempel.net> (raw)
In-Reply-To: <54901a1f3cd4a33234d36df02163aa8de937142b.1705700152.git.soeren@soeren-tempel.net>

From: Sören Tempel <soeren@soeren-tempel.net>

Since version 0.6.5 man pages are written in scdoc, therefore we
need to update the dependencies accordingly to ensure that the
man pages are build and installed:

* gnu/packages/xdisorg.scm (bemenu): Add dependency on scdoc.

Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
---
Changes since v1:

* move scdoc to native-inputs (Thanks Timotej!)

 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..c58d7f2ab5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -359,7 +359,7 @@ (define-public bemenu
            wayland
            wayland-protocols))
     (native-inputs
-     (list doxygen pkg-config))
+     (list doxygen pkg-config scdoc))
     (home-page "https://github.com/Cloudef/bemenu")
     (synopsis "Dynamic menu library and client program inspired by dmenu")
     (description




  parent reply	other threads:[~2024-01-28 15:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19 21:35 [bug#68594] [PATCH] gnu: bemenu: Install man pages soeren
2024-01-28 10:23 ` Timotej Lazar
2024-01-28 15:15 ` soeren [this message]
2024-02-18 15:10   ` bug#68594: [PATCH v2] " Ludovic Courtès

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=20240128151544.6531-2-soeren@soeren-tempel.net \
    --to=soeren@soeren-tempel.net \
    --cc=68594@debbugs.gnu.org \
    --cc=timotej.lazar@araneo.si \
    /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.