From 66e4f3eaf12546aca6a17754a16daa40fd1f5081 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Mon, 21 Feb 2022 21:03:44 +1100 Subject: [PATCH v3 51/86] !!DELETE gnu: Add wayland-protocols 1.26. * gnu/packages/freedesktop.scm (wayland-protocols-next): New variable. diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 4d06235771..925b1fb5f4 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1051,6 +1051,21 @@ (define-public wayland-protocols . "https://wayland.freedesktop.org/releases.html"))) (license license:expat))) +;;; This is just a temporary package that should be deleted +(define-public wayland-protocols-next + (package + (inherit wayland-protocols) + (name "wayland-protocols") + (version "1.26") + (source (origin + (method url-fetch) + (uri (string-append + "https://wayland.freedesktop.org/releases/" + "wayland-protocols-" version ".tar.xz")) + (sha256 + (base32 + "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5")))))) + (define-public waylandpp (package (name "waylandpp") -- 2.37.0