GNU bug report logs -
#69415
[PATCH] gnu: wlsunset: Install man pages.
Previous Next
Reported by: soeren <at> soeren-tempel.net
Date: Mon, 26 Feb 2024 20:30:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Sören Tempel <soeren <at> soeren-tempel.net>
* gnu/packages/xdisorg.scm (wlsunset): Add dependency on scdoc.
Review:
* Patch applies, build-check, build-source-check, lint; all clean
* Note that there is a newer version available 0.3.0 -> 0.4.0
* The change is only in native-inputs for this package, and will not affect
anything; the only outcome is new documentation for this package.
* It works: without the patch no man page gets installed, with it the man
page is there.
Reviewed-by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
---
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 e13b44290e..b3e32096de 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3632,7 +3632,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
--
2.41.0
This bug report was last modified 1 year and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.