GNU bug report logs - #75923
[PATCH 0/6] hypr* updates

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Wed, 29 Jan 2025 13:19:02 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Murilo <murilo <at> disroot.org>
To: 75923 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [bug#75923] [PATCH v2 8/9] gnu: hypridle: Update to 0.1.5.
Date: Thu, 30 Jan 2025 12:36:05 -0300
* gnu/packages/wm.scm (hypridle): Update to 0.1.5.
[native-inputs]: Remove gcc-13; add gcc-14.

Change-Id: Iab5fe7eb9bcfc9be445d22a447eb4329f439c341
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 47f9119ac0..e2b3452759 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -342,7 +342,7 @@ (define-public hypridle
                 "1622iz8bl8mi7gj2sc2jq6z7622l7l2izj1l9ajwj2mxpwpkdhbs"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f)) ;No tests.
-    (native-inputs (list gcc-13 pkg-config))
+    (native-inputs (list gcc-14 pkg-config))
     (inputs
      (list hyprlang
            hyprutils
-- 
2.48.1





This bug report was last modified 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.