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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#69415: [PATCH] gnu: wlsunset: Install man pages.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 69415 <at> debbugs.gnu.org.
--
69415: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69415
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
soeren <at> soeren-tempel.net writes:
> From: Sören Tempel <soeren <at> 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
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=bf6602beaf1a0618ad0004b74e0e922a11864718
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Sören Tempel <soeren <at> 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
This bug report was last modified 1 year and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.