unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: soeren@soeren-tempel.net
To: 69415@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#69415] [PATCH] gnu: wlsunset: Install man pages.
Date: Mon, 26 Feb 2024 21:12:57 +0100	[thread overview]
Message-ID: <ed9ccf34da784830adceb376891d2e1a959ebce5.1708978375.git.soeren@soeren-tempel.net> (raw)

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

* gnu/packages/xdisorg.scm (wlsunset): Add dependency on scdoc.
---
The wlsunset man page is written in scdoc, hence we need to depend
on scdoc in native inputs in order to build and install it.

Also CC'ing the last person which touched the package.

 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 86e5086867..0e56a2db9f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3634,7 +3634,7 @@ (define-public wlsunset
     (inputs
      (list wayland wayland-protocols))
     (native-inputs
-     (list pkg-config))
+     (list pkg-config scdoc))
     (synopsis "Day/night gamma adjustments for Wayland compositors")
     (home-page "https://sr.ht/~kennylevinsen/wlsunset/")
     (description

base-commit: bf17a01e06abc100651ed643f2d5c7fea07d37ba




             reply	other threads:[~2024-02-26 20:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26 20:12 soeren [this message]
2024-05-21 19:20 ` [bug#69415] [PATCH v2] gnu: wlsunset: Install man pages Dale Mellor
2024-05-22  5:39 ` bug#69415: [PATCH] " Z572

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=ed9ccf34da784830adceb376891d2e1a959ebce5.1708978375.git.soeren@soeren-tempel.net \
    --to=soeren@soeren-tempel.net \
    --cc=69415@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).