podiki pushed a commit to branch mesa-updates in repository guix. commit e6cc219c8bc635b3deafd36d830d4e4b9cdb4cd2 Author: John Kehayias <john.kehay...@protonmail.com> AuthorDate: Fri Sep 6 10:26:46 2024 -0400
gnu: Remove wayland-protocols-next. The default wayland-protocols has been updated to the latest version. * gnu/packages/freedesktop.scm (wayland-protocols-next): Delete variable. * gnu/packages/kde-plasma.scm (kwin)[native-inputs]: Remove wayland-protocols-next; add wayland-protocols. Change-Id: I7620db01317c08ae6bce029dff4d482a7f868f5f --- gnu/packages/freedesktop.scm | 13 ------------- gnu/packages/kde-plasma.scm | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 20edde9d05..573ff74d1c 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1395,19 +1395,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.36") - (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 - "14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi")))))) - (define-public wayland-utils (package (name "wayland-utils") diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 56213bed08..4ebf5b5aff 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1457,7 +1457,7 @@ KDE Frameworks components.") mesa-utils pkg-config qttools - wayland-protocols-next + wayland-protocols xorg-server-for-tests python-minimal ;; for QtWaylandScanner