lilyp pushed a commit to branch gnome-team
in repository guix.

commit bf46ce041289994adfba9d716117802a25a156de
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Dec 25 11:57:44 2024 +0100

    gnu: Remove wayland-protocols-next.
    
    * gnu/packages/freedesktop.scm (wayland-protocols-next): Delete variable.
    * gnu/packages/gnome.scm (mutter)[native-inputs]: Replace
    wayland-protocols-next with wayland-protocols.
    * gnu/packages/gnome.scm (gtk)[propagated-inputs]: Likewise.
---
 gnu/packages/freedesktop.scm | 14 --------------
 gnu/packages/gnome.scm       |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ab4970d401..760ead5223 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1522,20 +1522,6 @@ protocol either in Wayland core, or some other protocol 
in wayland-protocols.")
         . "https://wayland.freedesktop.org/releases.html";)))
     (license license:expat)))
 
-(define-public wayland-protocols-next
-  (package
-    (inherit wayland-protocols)
-    (name "wayland-protocols-next")
-    (version "1.38")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://gitlab.freedesktop.org/wayland/";
-                                  "wayland-protocols/-/releases/" version 
"/downloads/"
-                                  "wayland-protocols-" version ".tar.xz"))
-              (sha256
-               (base32
-                "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
-
 (define-public wayland-utils
   (package
     (name "wayland-utils")
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5e693afaf1..d523b08485 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8173,7 +8173,7 @@ to display dialog boxes from the commandline and shell 
scripts.")
            autoconf
            automake
            libtool
-           wayland-protocols-next
+           wayland-protocols
            ;; For tests.
            ;; Warnings are configured to be fatal during the tests; add an icon
            ;; theme to please libxcursor.

Reply via email to