guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 3b3174d79df38b4cf9e8c82509142d1d77ea2b23
Author: John Kehayias <[email protected]>
AuthorDate: Tue Jun 10 17:34:42 2025 -0400

    gnu: Remove wayland-protocols-next.
    
    * gnu/packages/freedesktop.scm (wayland-protocols-next): Delete variable.
    * gnu/packages/terminals.scm (foot)[native-inputs, inputs]: Replace
    wayland-protocols-next with wayland-protocols.
    * gnu/packages/wm.scm (hyprland)[inputs]: Likewise.
    
    Change-Id: I2fcc94d95e15c0663f55c6517dbd3680ae8156f7
---
 gnu/packages/freedesktop.scm | 15 ---------------
 gnu/packages/terminals.scm   |  4 ++--
 gnu/packages/wm.scm          |  2 +-
 3 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8d19eb2974..45ec9bbce0 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1587,21 +1587,6 @@ protocol either in Wayland core, or some other protocol 
in wayland-protocols.")
     (home-page "https://wayland.freedesktop.org";)
     (license license:expat)))
 
-(define-public wayland-protocols-next
-  (package
-    (inherit wayland-protocols)
-    (name "wayland-protocols-next")
-    (version "1.43")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url 
"https://gitlab.freedesktop.org/wayland/wayland-protocols";)
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1pgjkc0gw11xb55kn8hf8adnmx3bkpgb4p0haylb2jh7irqhxhqd"))))))
-
 (define-public wayland-utils
   (package
     (name "wayland-utils")
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index eaad3932a3..e009452411 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -878,14 +878,14 @@ eye-candy, customizable, and reasonably lightweight.")
                         (list wayland pkg-config-for-build)
                         '())
                     (list ncurses ;for 'tic'
-                          pkg-config scdoc wayland-protocols-next)))
+                          pkg-config scdoc wayland-protocols)))
     (native-search-paths
      ;; FIXME: This should only be located in 'ncurses'.  Nonetheless it is
      ;; provided for usability reasons.  See <https://bugs.gnu.org/22138>.
      (list (search-path-specification
             (variable "TERMINFO_DIRS")
             (files '("share/terminfo")))))
-    (inputs (list fcft libxkbcommon-1.8 wayland wayland-protocols-next))
+    (inputs (list fcft libxkbcommon-1.8 wayland wayland-protocols))
     (synopsis "Wayland-native terminal emulator")
     (description
      "@command{foot} is a terminal emulator for systems using the Wayland
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 381b33c374..248e089206 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -441,7 +441,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
            re2-next
            udis86
            wayland
-           wayland-protocols-next
+           wayland-protocols
            linux-libre-headers-6.14
            xcb-util-errors
            xcb-util-wm

Reply via email to