guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/32: gnu: Add wayland-protocols 1.26.


From: guix-commits
Subject: 29/32: gnu: Add wayland-protocols 1.26.
Date: Thu, 1 Sep 2022 10:09:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a0cc28346f6236ff0bae6f0854943275616d36f5
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Feb 21 21:03:44 2022 +1100

    gnu: Add wayland-protocols 1.26.
    
    * gnu/packages/freedesktop.scm (wayland-protocols-next): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/freedesktop.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d7cd2cdf40..d82a4347b1 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1090,6 +1090,21 @@ protocol either in Wayland core, or some other protocol 
in 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]