aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-09-06 10:26:46 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-11-05 11:56:22 -0500
commit72535be25ceaf11814204e57ad832d24c88e2d3b (patch)
treeec7f6f5899a66f52131faa4960c5be19b2d4cb9f
parentb86315db25512080047cdb6492205c0a9d1d3838 (diff)
downloadguix-72535be25ceaf11814204e57ad832d24c88e2d3b.tar
guix-72535be25ceaf11814204e57ad832d24c88e2d3b.tar.gz
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
-rw-r--r--gnu/packages/freedesktop.scm13
-rw-r--r--gnu/packages/kde-plasma.scm2
2 files changed, 1 insertions, 14 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 66af3f3f76..9fa71afe51 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1421,19 +1421,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 d36cfde21b..36e0587706 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