z572 pushed a commit to branch kde-team in repository guix. commit cefbb037e9d7c1ff627aee78b710a516149bccac Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Thu Jun 27 01:36:18 2024 +0800
gnu: Add wayland-protocols-next. * gnu/packages/freedesktop.scm (wayland-protocols-next): New variable. Change-Id: I805214e4c9cfc3bc62c570e50140425bf388ea7b --- gnu/packages/freedesktop.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index ba7bcce335..d7f5f82d85 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1418,6 +1418,19 @@ 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")