me
/
guix
Archived
1
0
Fork 0

gnu: Add wayland-protocols-next.

* gnu/packages/freedesktop.scm (wayland-protocols-next): New variable.

Change-Id: I583e15e0414422ffa300d310b083a62efbfde22b
master
Zheng Junjie 2024-07-05 23:17:40 +08:00
parent a4786b43ee
commit e563fff3c4
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 13 additions and 0 deletions

View File

@ -1405,6 +1405,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")