From unknown Fri Aug 08 15:18:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69415] [PATCH] gnu: wlsunset: Install man pages. Resent-From: soeren@soeren-tempel.net Original-Sender: "Debbugs-submit" Resent-CC: jgart@dismail.de, guix-patches@gnu.org Resent-Date: Mon, 26 Feb 2024 20:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69415 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69415@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: jgart Received: via spool by submit@debbugs.gnu.org id=B.170897935221755 (code B ref -1); Mon, 26 Feb 2024 20:30:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Feb 2024 20:29:12 +0000 Received: from localhost ([127.0.0.1]:35973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rehb5-0005eo-F9 for submit@debbugs.gnu.org; Mon, 26 Feb 2024 15:29:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:40222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rehb3-0005eG-2B for submit@debbugs.gnu.org; Mon, 26 Feb 2024 15:29:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rehPI-0001US-QK for guix-patches@gnu.org; Mon, 26 Feb 2024 15:17:04 -0500 Received: from magnesium.8pit.net ([45.76.88.171]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rehPB-0007uu-I4; Mon, 26 Feb 2024 15:17:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=opensmtpd; bh=Di870GgCqJ sqcMQTLiG8I1MtYqyxpmPStCi7HT73asM=; h=date:subject:to:from; d=soeren-tempel.net; b=QI54LZ1eLvd/4LK5Fre3gULhKvIc4K7Kh2GtgvucQwkqA8v Tk7l2UsKNxk1O7kTQOhS7d9y/RYr6qxC25KoWw+f6LiKXa1kh7eGe8jk3B86DwyKpbzz6A S933k4VSPhdiarMWKQi2xVDLGHDJF1Ao3/oD6X6lYnHlgFvt/H5Xnw= Received: from localhost (dynamic-2a02-3102-49da-001b-9d66-9be0-bf5b-da46.310.pool.telefonica.de [2a02:3102:49da:1b:9d66:9be0:bf5b:da46]) by magnesium.8pit.net (OpenSMTPD) with ESMTPSA id 2d1d1e38 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:YES); Mon, 26 Feb 2024 21:16:46 +0100 (CET) From: soeren@soeren-tempel.net Date: Mon, 26 Feb 2024 21:12:57 +0100 Message-ID: X-Mailer: git-send-email 2.43.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=45.76.88.171; envelope-from=soeren@soeren-tempel.net; helo=magnesium.8pit.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Sören Tempel * 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 From unknown Fri Aug 08 15:18:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69415] [PATCH v2] gnu: wlsunset: Install man pages. Resent-From: Dale Mellor Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 May 2024 19:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69415 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69415@debbugs.gnu.org Cc: guix-devel-0brg6a@rdmp.org, soeren@soeren-tempel.net X-Debbugs-Original-Cc: Dale Mellor , guix-patches@gnu.org, =?UTF-8?Q?S=C3=B6ren?= Tempel Received: via spool by submit@debbugs.gnu.org id=B.171631925310070 (code B ref -1); Tue, 21 May 2024 19:21:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 May 2024 19:20:53 +0000 Received: from localhost ([127.0.0.1]:50730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9V2a-0002cH-LT for submit@debbugs.gnu.org; Tue, 21 May 2024 15:20:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:51016) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9V2Y-0002c4-Tj for submit@debbugs.gnu.org; Tue, 21 May 2024 15:20:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s9V2R-0001rd-OU for guix-patches@gnu.org; Tue, 21 May 2024 15:20:43 -0400 Received: from [195.15.247.228] (helo=rdmp.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s9V2Q-0005CL-2q for guix-patches@gnu.org; Tue, 21 May 2024 15:20:43 -0400 Received: from [127.0.0.1] (helo=localhost.localdomain) by rdmp.org with esmtp (Exim 4.96.1) (envelope-from ) id 1s9V2M-000096-2D; Tue, 21 May 2024 19:20:38 +0000 From: Dale Mellor Date: Tue, 21 May 2024 20:20:22 +0100 Message-ID: <20240521192022.317330-1-guix-devel-0brg6a@rdmp.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 195.15.247.228 (failed) Received-SPF: pass client-ip=195.15.247.228; envelope-from=guix-devel-0brg6a@rdmp.org; helo=rdmp.org X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: Sören Tempel * 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 --- 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 From unknown Fri Aug 08 15:18:42 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: soeren@soeren-tempel.net Subject: bug#69415: closed (Re: [bug#69415] [PATCH] gnu: wlsunset: Install man pages.) Message-ID: References: <87msoio16k.fsf@iscas.ac.cn> X-Gnu-PR-Message: they-closed 69415 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 69415@debbugs.gnu.org Date: Wed, 22 May 2024 05:40:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1716356401-23999-1" This is a multi-part message in MIME format... ------------=_1716356401-23999-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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@debbugs.gnu.org. --=20 69415: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69415 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1716356401-23999-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69415-done) by debbugs.gnu.org; 22 May 2024 05:39:40 +0000 Received: from localhost ([127.0.0.1]:53520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9ehP-0006Ed-Tb for submit@debbugs.gnu.org; Wed, 22 May 2024 01:39:40 -0400 Received: from smtp84.cstnet.cn ([159.226.251.84]:46546 helo=cstnet.cn) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9ehN-0006EX-JR for 69415-done@debbugs.gnu.org; Wed, 22 May 2024 01:39:39 -0400 Received: from m (unknown [107.174.64.25]) by APP-05 (Coremail) with SMTP id zQCowADX3wMEhU1mGSq5DA--.48786S2; Wed, 22 May 2024 13:39:20 +0800 (CST) From: Z572 To: soeren@soeren-tempel.net Subject: Re: [bug#69415] [PATCH] gnu: wlsunset: Install man pages. In-Reply-To: (soeren@soeren-tempel.net's message of "Mon, 26 Feb 2024 21:12:57 +0100") References: User-Agent: mu4e 1.12.4; emacs 30.0.50 Date: Wed, 22 May 2024 13:39:15 +0800 Message-ID: <87msoio16k.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: zQCowADX3wMEhU1mGSq5DA--.48786S2 X-Coremail-Antispam: 1UD129KBjvdXoWrKryDAw1fAw4kZw1UJw47urg_yoWkWFg_ua y7ZwnrJrW8JrWUuayfAFs3Z34rGw47C340ganxJF47Kay3ZFsrWF17CFyFyw1fJa1rtF1F kr1xt3s5WrW29jkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUIcSsGvfJTRUUUbVkYjsxI4VWkKwAYFVCjjxCrM7AC8VAFwI0_Jr0_Gr1l1xkIjI8I 6I8E6xAIw20EY4v20xvaj40_Wr0E3s1l1IIY67AEw4v_Jr0_Jr4l8cAvFVAK0II2c7xJM2 8CjxkF64kEwVA0rcxSw2x7M28EF7xvwVC0I7IYx2IY67AKxVWUJVWUCwA2z4x0Y4vE2Ix0 cI8IcVCY1x0267AKxVW8JVWxJwA2z4x0Y4vEx4A2jsIE14v26r4UJVWxJr1l84ACjcxK6I 8E87Iv6xkF7I0E14v26r4UJVWxJr1lnx0Ee4C267I2x7xF54xIwI0E7I0Y6sxI4wAS0I0E 0xvYzxvE52x082IY62kv0487M2AExVA0xI801c8C04v7Mc02F40EFcxC0VAKzVAqx4xG6I 80ewAv7VC0I7IYx2IY67AKxVWUXVWUAwAv7VC2z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCj c4AY6r1j6r4UM4x0Y48IcVAKI48JMxAIw28IcxkI7VAKI48JMxC20s026xCaFVCjc4AY6r 1j6r4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_JrI_JrWlx4CE17CE b7AF67AKxVWUXVWUAwCIc40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14v26r1j6r1xMIIF0x vE2Ix0cI8IcVCY1x0267AKxVWUJVW8JwCI42IY6xAIw20EY4v20xvaj40_Jr0_JF4lIxAI cVC2z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVW8JVW8JrUvcSsGvfC2Kf nxnUUI43ZEXa7IUepbytUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69415-done Cc: 69415-done@debbugs.gnu.org, jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable soeren@soeren-tempel.net writes: > From: S=C3=B6ren Tempel > > * 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=3Dbf6602bea= f1a0618ad0004b74e0e922a11864718 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmZNhQMACgkQO1qpk+Gi 3/DgOA//Qs5dr9o0N9sfDjpsQ4Dg+KeWWZnjLPVeMAo02ZsYmeQHZYG7EUvxSqru DLvb+116djHS0wcu3mtqQVsoOc/nDSIpx+waYJCfgAKZq5ARxTSpkoC4IYSLaBzL RL1GwfZs9YL8MjMMq37PLsCZy4CPS1R/xR99h9K4f5+UgTeDSFPk6ijWiITZdmR/ FLRU+ftHk4vlGIBj0Awgs73rowUUrjjrt3eXeiko+MKnfKokXHaknhqQtRC82fdw 24C5Y/J0tUfmJous2WhNAXG2qVUIpK8sORzgbEoTaYgyDjILsiKOu0DzlyD0OpeS ksZ5dUwTryagN/qcokAlX2lx5Wcu82daeDOLOwv1Zl0IFjwtVPmPAxmPxlqGHDYr abkaw/VqFOpT+Ql+4BnjlagHXQ10msJIKh84Id4hAsowDw0/G7XiRbvyTW5HQ9OT rMH8AUzzefI5SHia0RmJxOh1XDLrDLwNyLBM3a5H9b+watqXZ361ZTBpURYnHz2C bJeORmZQ3l6aa+1o0tltkaFPCTEizRC81RdaCT5YZ3IgV/1Agg398InYpSukTE52 yeotc2NQmFHB1Y8QVcAj1SfQiNGUBA4f0qTkcsugaICJmO2dVrygBucb8DcHCA7g EVNMl9BZLV63Q+SH+8Ywvu7u81nzAwEf6uGn/2gcBbOoz2XFMQ8= =D6Vy -----END PGP SIGNATURE----- --=-=-=-- ------------=_1716356401-23999-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Feb 2024 20:29:12 +0000 Received: from localhost ([127.0.0.1]:35973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rehb5-0005eo-F9 for submit@debbugs.gnu.org; Mon, 26 Feb 2024 15:29:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:40222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rehb3-0005eG-2B for submit@debbugs.gnu.org; Mon, 26 Feb 2024 15:29:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rehPI-0001US-QK for guix-patches@gnu.org; Mon, 26 Feb 2024 15:17:04 -0500 Received: from magnesium.8pit.net ([45.76.88.171]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rehPB-0007uu-I4; Mon, 26 Feb 2024 15:17:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=opensmtpd; bh=Di870GgCqJ sqcMQTLiG8I1MtYqyxpmPStCi7HT73asM=; h=date:subject:to:from; d=soeren-tempel.net; b=QI54LZ1eLvd/4LK5Fre3gULhKvIc4K7Kh2GtgvucQwkqA8v Tk7l2UsKNxk1O7kTQOhS7d9y/RYr6qxC25KoWw+f6LiKXa1kh7eGe8jk3B86DwyKpbzz6A S933k4VSPhdiarMWKQi2xVDLGHDJF1Ao3/oD6X6lYnHlgFvt/H5Xnw= Received: from localhost (dynamic-2a02-3102-49da-001b-9d66-9be0-bf5b-da46.310.pool.telefonica.de [2a02:3102:49da:1b:9d66:9be0:bf5b:da46]) by magnesium.8pit.net (OpenSMTPD) with ESMTPSA id 2d1d1e38 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:YES); Mon, 26 Feb 2024 21:16:46 +0100 (CET) From: soeren@soeren-tempel.net To: guix-patches@gnu.org Subject: [PATCH] gnu: wlsunset: Install man pages. Date: Mon, 26 Feb 2024 21:12:57 +0100 Message-ID: X-Mailer: git-send-email 2.43.1 MIME-Version: 1.0 X-Debbugs-Cc: jgart Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=45.76.88.171; envelope-from=soeren@soeren-tempel.net; helo=magnesium.8pit.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Sören Tempel * 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 ------------=_1716356401-23999-1--